Home / Companies / Redis / Blog / February 2015

February 2015 Summaries

3 posts from Redis

Filter
Month: Year:
Post Summaries Back to Blog
Our customers have reached 4000, marking significant scale and velocity for the Redis community. This milestone is a testament to Redis's growing popularity as a top NoSQL database, with no signs of slowing down. The Redis team is committed to releasing new features to improve scalability, high availability, and access control, aiming to further enhance its value to developers and operations teams. With this momentum, the project is poised to enter a more mature stage, fostering a larger community and increased adoption.
Feb 19, 2015 357 words in the original blog post.
Redis has been awarded the prestigious 2015 Beacon Award by IBM for outstanding service in the cloud marketplace. The award recognizes IBM Business Partners who excel in delivering innovative solutions, ingenuity, and client satisfaction globally. Redis' CEO & Co-Founder, Ofer Bengal, expressed pride in winning the award and highlighted how their collaboration with IBM helps developers build high-performance applications using IBM services and Redis Cloud's fast database performance.
Feb 11, 2015 224 words in the original blog post.
The author discusses the 7th principle of the Redis Manifesto, which emphasizes the importance of simplicity and avoiding unnecessary complexity. The author shares a personal experience where they helped someone improve their code using Redis, and then explores the idea of implementing a `LSCAN` command for scanning lists in Redis. They discuss various approaches to duplicating large lists, including using Lua scripts, LRANGE, SORT, DUMP, and RESTORE commands, and evaluate their performance. The author also touches on the idea of creating a custom client that can load data into Redis quickly by preprocessing and injecting final serializations directly, but notes the potential risks and challenges involved.
Feb 02, 2015 1,390 words in the original blog post.