December 2024 Summaries
3 posts from Redis
Filter
Month:
Year:
Post Summaries
Back to Blog
Antirez`, also known as `Salvatore Sanfilippo`, is returning to Redis after a 4.44-year hiatus. He initially left the project in 2009, citing a desire for new challenges and more time with his family. During his break, he continued to contribute to various open-source projects and explored other interests, such as AI and writing. Salvatore's return to Redis is motivated by a sense of purpose and a desire to reshape the company's attitude towards its community. He plans to serve as an evangelist and help guide the development direction of the project, focusing on improving the user experience and fostering a stronger connection between the company and its users. Salvatore believes that Redis should remain accessible and community-driven, with an emphasis on empowering developers to shape the project's features and functionality. He also plans to explore new ideas, such as vector search capabilities and improved performance optimization techniques, which he hopes will enhance the Redis experience for users.
Dec 10, 2024
2,847 words in the original blog post.
Redis is a widely-used database technology among developers, with companies like Niantic, HackerRank, Airbnb, Hulu, and OpenAI using it to improve performance and reliability during high-traffic events. In 2024, Redis shifted its licensing plans, leading some corporate contributors to fork the code and create Valkey, an open-source alternative. Both Redis and Valkey offer in-memory data stores and caches that developers can use for key-value pair storage, allowing for high processing speeds. Companies comparing the two should consider each product's features, precedent, and trajectory to make informed decisions. While there is significant overlap between the two, they have begun to diverge in terms of feature sets, functionality, capabilities, contributors, and more. Valkey has a range of use cases, including session caching, message queuing, and real-time updates, but lacks some features provided by Redis. Companies should weigh the pros and cons of each product based on their specific needs.
Dec 02, 2024
1,521 words in the original blog post.
Amazon Web Services (AWS) has added a new capability, allowing users to privately access VPC resources using AWS PrivateLink and VPC Lattice. Redis Cloud is now a launch partner for this feature, enabling users to securely connect their Redis databases to AWS resources across VPCs and accounts. This adds to the lineup of secure connectivity options for Redis Cloud on AWS, including with AWS TransitGateway and through VPC peering. The new capability offers private connectivity without the need for load balancers or exposing other resources in a user's VPC. It is currently being rolled out first to Redis Cloud Professional subscribers.
Dec 02, 2024
366 words in the original blog post.