July 2024 Summaries
4 posts from Redis
Filter
Month:
Year:
Post Summaries
Back to Blog
Redis 7.4 was released in July for Redis Community Edition and Redis Stack as a release candidate, offering bug squashes and new features such as hash field expiration, reduced memory usage data types, and time series insertion filters. This release provides better control over hashes and increases precision in applications like fraud detection. The new data types for vectors, including bfloat16 and float16, allow significant reductions in memory consumption without sacrificing accuracy. Redis 7.4 also enhances the developer experience with improved secondary indexing and simplified querying of special characters in TAG fields. Additionally, Redis Cloud has two helpful enhancements for tagging, allowing users to see their database costs for specific tag keys or values and manage tags using dedicated APIs. A new 14-day trial is available for Google Cloud customers, including $500 of usage.
Jul 31, 2024
577 words in the original blog post.
Redis has released version 7.4 of its Community Edition and Stack, which includes several key features such as hash field expiration, new vector data types to improve memory usage, time series insertion filters, improved developer experience, and enhanced geospatial search capabilities. The community has been requesting better control over hash fields, which is now possible with the addition of this feature, allowing users to expire individual fields in a hash data structure. Additionally, Redis 7.4 includes significant improvements in handling indexing and querying of empty and missing fields, as well as new geospatial search capabilities such as INTERSECT and DISJOINT operators. The release also marks the first time Redis is dual-licensed under RSALv2 and SSPLv1, with Community Edition being available for free to users.
Jul 29, 2024
1,163 words in the original blog post.
Redis Cloud Essentials is a managed Redis service that makes getting started with Redis on Google Cloud simple and affordable. It's available on Google Cloud Marketplace in select regions around the world, starting at just $5 per month for 250 MB of storage with no replication, and $7 per month for 250 MB of storage with single zone replication. Developers can get started quickly by visiting the Redis Cloud listing on the Google Cloud Marketplace and subscribing to launch a new Redis instance.
Jul 11, 2024
219 words in the original blog post.
Semantic caching is a technique that stores data with context, allowing systems to retrieve information based on intent rather than just literal matches. This method enables more nuanced data interactions, where the cache surfaces responses that are more relevant and faster than traditional caching and Large Language Models (LLMs). By interpreting and storing semantic meaning in user queries, semantic caching makes data access faster and system responses smarter, making it critical for GenAI apps. The approach uses an AI embedding model to add meaning to the segment of data, cutting down on unnecessary data processing and enhancing system efficiency. Semantic caching is essential for LLM-powered apps, improving performance by efficiently managing data, cutting computational demands, and delivering faster response times. It helps AI systems deliver more relevant responses, key for apps ranging from automated customer service to complex analytics in research. By intelligently managing how data is stored, accessed, and reused, semantic caching reduces computational demands, makes response times real-time, and ensures that outputs are both accurate and context-aware. As models become more powerful and compute costs rise, companies will optimize their spend with semantic caching, making it a crucial part of modern AI systems.
Jul 09, 2024
756 words in the original blog post.