November 2016 Summaries
2 posts from Redis
Filter
Month:
Year:
Post Summaries
Back to Blog
Redis is well known for its high performance and in-memory architecture, making it suitable for applications requiring "fast at high throughput". The database accommodates various data structures such as tables, documents, key/value pairs, and allows combining them into a single database. Redis has no native abstractions like other databases, instead storing each data type natively with its own verbs to perform actions on the data type. Recently introduced modules like RediSearch and Redis-ML enable embedding complex data types in Redis without sacrificing performance. Redis-ML integrates with Apache Spark MLlib and other machine learning libraries, allowing saving Spark-generated ML models directly in Redis and generating predictions for real-time applications. By combining Redis with Spark, users can simplify the machine learning flow, reducing model classification times by a factor of 13X, while using Redis' in-memory architecture and native "verbs" to serve machine learning structures directly from memory. This enables reliable deployment of ML models into production, making Redis-ML a critical component for next-generation applications.
Nov 09, 2016
588 words in the original blog post.
Today's consumers expect instant access to information and services, driving companies to innovate and differentiate their offerings to stay competitive. The shift in consumer behavior has led to the adoption of next-generation data solutions, such as Redis, which can handle high-performance expectations and exponential data ingestion volumes. Redis has developed an additional technology layer for enterprise use, a robust partner ecosystem, and is now offering Redis Modules, which extend its capabilities and make it more accessible to developers. The company's collaborative approach creates a win-win situation for customers, partners, and vendors, fostering a community where value is drawn from each other's interactions and relationships.
Nov 01, 2016
675 words in the original blog post.