fromHackernoon2 months agoHow I Solved the WebSocket Scaling Problem Without Breaking the Bank | HackerNoonWebSockets enable scalable systems for handling many connections efficiently with proper connection management.
Migrating to Valkey from Redis - LogRocket BlogRedis has changed its licensing model, leading to the creation of an open-source fork called Valkey by major cloud providers.
Best of 2024: Valkey is Rapidly Overtaking Redis - DevOps.comThe Valkey fork emerged successfully after Redis changed its licensing, backed by significant support from major tech companies.
Redis users considering alternatives after licensing moveAround 70% of Redis users are exploring alternatives after a licensing change to less permissive terms.The emergence of Valkey highlights the shift in user sentiment towards more permissive licensing.
Redis insists license changes were the "only way to compete with Amazon and Google" - now it could face a user exodusRedis's shift to more restrictive licenses is aimed at competing effectively with major cloud providers.CEO Rowan Trollope cites commoditization of Redis' innovations as the reason for the licensing change.
Databases in 2024: Growth, Change and ControversyThe database landscape saw major license changes and the rise of DuckDB as a preferred choice for analytical queries in 2024.
Redis Creator 'antirez' Returns: Can He Shift Momentum Away from Valkey?Redis creator Salvatore Sanfilippo returns after four years to re-engage with the community amid recent licensing changes and organizational changes.
Migrating to Valkey from Redis - LogRocket BlogRedis has changed its licensing model, leading to the creation of an open-source fork called Valkey by major cloud providers.
Best of 2024: Valkey is Rapidly Overtaking Redis - DevOps.comThe Valkey fork emerged successfully after Redis changed its licensing, backed by significant support from major tech companies.
Redis users considering alternatives after licensing moveAround 70% of Redis users are exploring alternatives after a licensing change to less permissive terms.The emergence of Valkey highlights the shift in user sentiment towards more permissive licensing.
Redis insists license changes were the "only way to compete with Amazon and Google" - now it could face a user exodusRedis's shift to more restrictive licenses is aimed at competing effectively with major cloud providers.CEO Rowan Trollope cites commoditization of Redis' innovations as the reason for the licensing change.
Databases in 2024: Growth, Change and ControversyThe database landscape saw major license changes and the rise of DuckDB as a preferred choice for analytical queries in 2024.
Redis Creator 'antirez' Returns: Can He Shift Momentum Away from Valkey?Redis creator Salvatore Sanfilippo returns after four years to re-engage with the community amid recent licensing changes and organizational changes.
Benchmarking caching in Rails with Redis vs the alternativesRedis faces strong competition from multiple caching alternatives claiming superior performance.The benchmarking focuses strictly on the performance of caching solutions.
Leveraging MariaDB's MEMORY Storage Engine: Efficient Caching and Performance Optimization | HackerNoonMariaDB's MEMORY storage engine can provide caching functionality similar to Redis, improving application response times.
How to Set up Redis Properties Programmatically | HackerNoonRedis can be effectively used as a primary datastore, not just for caching.Configuring TTL in Redis allows for automatic storage management, reducing manual deletions.
Leveraging MariaDB's MEMORY Storage Engine: Efficient Caching and Performance Optimization | HackerNoonMariaDB's MEMORY storage engine can provide caching functionality similar to Redis, improving application response times.
How to Set up Redis Properties Programmatically | HackerNoonRedis can be effectively used as a primary datastore, not just for caching.Configuring TTL in Redis allows for automatic storage management, reducing manual deletions.
NestJS Too Slow? Just Queue It! | HackerNoonEmploying a queue system in NestJS enhances performance by offloading resource-intensive tasks and maintaining application responsiveness.
Is Redis the Ultimate Database? Meet the Scalable, Durable, Always-On Powerhouse for Complex Apps | HackerNoonRedis is a versatile in-memory database suitable for modern microservices.It supports multiple data formats and is capable of data persistence.Redis can optimize memory costs and improve performance for applications.Running Redis on Kubernetes simplifies the management of stateful applications.
The exciting new world of RedisRedis is establishing itself as a more capable platform compared to Valkey, especially with its latest features.
Is there an alternative to Redis for growing businesses?Redis's architectural limitations hinder its performance in modern, large-scale applications, necessitating exploration of alternatives for businesses with growing data needs.
Is there an alternative to Redis for growing businesses? - AmazicRedis's single-threaded architecture limits its performance and scalability in modern, large-scale workloads.
Is there an alternative to Redis for growing businesses?Redis's architectural limitations hinder its performance in modern, large-scale applications, necessitating exploration of alternatives for businesses with growing data needs.
Is there an alternative to Redis for growing businesses? - AmazicRedis's single-threaded architecture limits its performance and scalability in modern, large-scale workloads.
Redis justifies open source shift with fresh featuresRedis has improved its database's innovation through a dual licensing strategy, promising enhanced features and cost reductions for developers.
How to Implement Multi-Device Authentication System with FastAPI, Redis, and JWT | HackerNoonImplementing a stateless authentication system using Redis and JWT allows users to manage multiple device sessions effectively.
Lua Tables: Techniques for Maintaining and Sorting Order in Arrays and Dictionaries | HackerNoonLua is a versatile programming language that excels in various applications due to its flexibility and efficiency.
Dragonfly promises 25x performance and 20% lower costs than Redis for in-memory databases - AmazicDragonflyDB offers a multi-threaded alternative to Redis, improving performance for in-memory databases.
Behind Every Question-Answer AI Is a Data Pipeline Built for Scale - Here's How to Build Your Own | HackerNoonA data pipeline using Google Cloud services and LangChain efficiently indexes document embeddings into Redis, supporting RAG-based question-answering systems.