27 links
tagged with redis
Click any tag below to further narrow down your results
Links
Redis has reverted to an open source licensing model with the introduction of the GNU Affero General Public License (AGPL) for Redis 8, following criticism of its previous Server Side Public License (SSPL). While this shift aims to satisfy the open source community, some developers still find the AGPL too restrictive, and alternatives to Redis are being considered by many users.
Claude can utilize persistent memory through Redis to improve recall across conversations, retaining critical information such as decisions and preferences. Users are warned about the importance of securing sensitive data and complying with relevant regulations while implementing this feature. Best practices for Redis security and memory management are also provided to ensure efficient use of the tool.
Redis 8.0 introduces the beta Vector Set data structure for AI applications, along with over 30 performance enhancements such as faster command execution and replication. The release consolidates various functionalities into a single Redis Open Source distribution, enhancing access control and simplifying the user experience with new commands and a robust Query Engine.
Redis Cloud offers a managed service that combines the simplicity of Redis with enterprise-grade scalability and reliability. It features multi-model capabilities, high availability, and cost-effective architecture, making it suitable for various applications, including those requiring Generative AI development. Redis Cloud provides a 14-day free trial and flexible pricing plans, ensuring that users can optimize their data management strategies effectively.
Vector Sets have been integrated into Redis as a new core data type that allows users to handle vectors for similarity searches, similar to Sorted Sets but with vectors as scores. The implementation emphasizes a simple API, efficient deletion, threading for performance, and innovative features like quantization and JSON filtering. This marks a significant addition to Redis, enhancing its capabilities for managing complex data structures.
Redis 8.2 introduces several updates aimed at enhancing performance and capabilities for developers, including AI-focused features like LangCache and improved hybrid search. The latest version promises faster command execution, reduced memory usage, and new integrations for building applications efficiently in cloud environments. Users can also manage data pipelines and troubleshoot issues directly through the browser with Redis Insight.
Redis Released will take place in San Francisco on May 31, 2024, featuring keynotes, product demos, and hands-on workshops focused on AI capabilities and Redis Cloud. Attendees will have the opportunity to engage with industry leaders and experts while learning about the latest innovations in Redis technology.
The article discusses the advantages of using Redis for caching in applications, particularly in conjunction with Postgres for data storage. It highlights Redis's speed and efficiency in handling cache operations, which can significantly improve application performance. Additionally, it addresses potential pitfalls and best practices for integrating Redis with existing systems.
Redis Released is a free all-day event in San Francisco focused on building and scaling AI applications using Redis technology. Attendees can expect hands-on workshops, expert panels discussing context engineering and agent memory, and practical guidance on deploying AI solutions, with insights from industry leaders and live demos of new Redis features.
The article discusses the implications of Redis being open-source again after a period of proprietary development, questioning whether this move is timely given the rise of competing technologies. It highlights potential challenges and opportunities for Redis in the evolving landscape of data storage solutions.
Redis offers a powerful platform for building fast and efficient AI applications, providing features such as 99.999% uptime, local sub-millisecond latency, and support for modern data structures. It enables seamless deployment across various environments and simplifies scaling and data management. Developers can easily connect with Redis using trusted libraries and access a supportive community.
Report URI has effectively mitigated the impacts of the Redis vulnerability CVE-2025-49844 by implementing strict security measures and utilizing Redis's ACL features to restrict access to potentially harmful commands. They have upgraded to Redis version 8.2.2 and further hardened their infrastructure by disabling unnecessary commands, ensuring a robust and secure environment.
Redis has released version 8.2, which returns to being free and open-source software (FOSS) under the GNU AGPL license, featuring significant performance enhancements. Meanwhile, the older FOSS version 7.2 is approaching its end of life, prompting users to consider migration to either Redis 8.2 or the forked Valkey project. Redis 8.2 boasts improvements such as faster command execution and reduced memory usage.
Redis creator Salvatore Sanfilippo has returned and introduced a new data type called vector sets, designed for storing and querying high-dimensional embeddings for AI workloads. This development is part of Redis's evolution beyond caching, and includes new features like LangCache, a semantic caching service aimed at optimizing interactions with large language models.
Redis has switched its licensing from SSPL to AGPLv3, which has been a topic of internal discussion for some time. The author expresses satisfaction with this change, emphasizing the importance of open-source software in their work and the community's acceptance of Redis as an open-source project. Redis 8 has been released under the new license, featuring numerous improvements.
Leading financial institutions are leveraging Redis to enhance mobile banking experiences, detect fraud in real-time, and improve customer service through AI-driven chatbots. By utilizing Redis for caching, session storage, and as an online feature store, banks can achieve faster transactions, streamline fraud detection processes, and enhance overall customer engagement. The integration of Redis allows these institutions to meet growing consumer demands while efficiently managing increasing data volumes and threats.
To facilitate local development with Redis on AKS, a standalone Redis deployment is recommended, contrasting with cluster mode used in production. The article outlines the prerequisites and provides a Helm command to set up Redis standalone with JSON and search modules, ensuring accessibility from outside the AKS environment. It also suggests configuring a load balancer for local access and integrating with Redis Insight for data management.
Valkey, a fork of the Redis in-memory database, has released version 8.1 a year after its inception, with co-maintainer Madelyn Olson focusing on stability and community inclusivity as they prepare for version 9. Following Redis's shift to a more restrictive license, Valkey has introduced new features and performance improvements while seeking to provide long-term support for users. Olson emphasizes the importance of community involvement to avoid burnout and ensure the project's success.
The article discusses the implementation and benefits of Redis Streams in event-driven architectures, highlighting how they facilitate efficient data streaming and processing. It also covers practical use cases and how Redis Streams can enhance real-time data handling in applications.
Redis has issued critical patches for a severe vulnerability (CVE-2025-49844) that allows remote code execution on approximately 330,000 exposed instances, with at least 60,000 not requiring authentication. The flaw stems from a 13-year-old use-after-free weakness in the Lua scripting feature, enabling attackers to gain full access to host systems and potentially exfiltrate sensitive data. Administrators are urged to update their Redis instances immediately to mitigate the risk of exploitation.
Redis Released offers an opportunity to explore the latest developments in real-time data and AI applications directly from the experts. Attendees can network with local developers and learn how various industries are leveraging Redis for their AI initiatives. Registration is free for pre-registered participants.
The author reflects on a busy day that included a long walk on Mount Etna and releasing a blog post about the AGPL license switch. They discuss the importance of software distribution, the community's response to the licensing changes, and the evolving understanding of open source software, highlighting the need for diverse options such as Redis and ValKey for users with different requirements.
The author discusses the limitations of current AI models, particularly in contrast to human creativity and problem-solving capabilities, through a personal experience while debugging a complex issue in Redis. Despite utilizing an LLM for assistance, the author emphasizes that unique human insights and innovative solutions remain superior to those provided by AI. The interaction illustrates the importance of human intelligence in tackling intricate challenges, even as LLMs serve as valuable tools for brainstorming and validation.
Valkey 9, an open-source key-value database forked from Redis, is set to enhance multi-tenant clustering and improve resource optimization with its upcoming release. It aims to allow multiple applications to share a single Valkey instance, addressing community demands for better handling of microservices and data management. Additionally, it will include high availability features and a safer shutdown mode, positioning Valkey to evolve into a more versatile general-purpose database beyond just caching.
Sharing a single Redis cache cluster across multiple services can lead to significant issues, such as key eviction affecting all services, complicating monitoring and debugging processes. While it may seem simpler initially, this approach can create confusion and performance problems as the system scales. In some cases, a shared cache is acceptable, but it's often better to maintain separate clusters for improved reliability and clarity.
The article discusses the security vulnerabilities associated with misconfigured Redis instances, highlighting how attackers can exploit these weaknesses to gain unauthorized access to sensitive data. It emphasizes the importance of proper configuration and security measures to protect Redis installations from potential threats.
AWS Marketplace offers a streamlined way to access and manage third-party software like Redis Cloud for building successful applications on AWS. It enables users to quickly transition from proof of concept to production with free trials, flexible pricing, and cost optimization. Companies like Etermax have successfully reduced infrastructure costs while maintaining high performance and availability using these services.