Redis 8.8: New array data structure, rate limiter, performance improvements
1–10 of 118 posts
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#2https://redis.io/blog/diving-deep-into-rediss-new-array-data...
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#3One, it would be cool to be able to embed it, similar to sqlite, directly into applications.
Two, the HA story is so much more complicated than it should be. I totally acknowledge that concurrency and distributed computing is hard, but it should not require reading heaps of documentation and understanding two entirely separate multi-node approaches only to figure out there are lots of subtle strings attached that make it impractical for many applications.
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#4While I love Redis as a versatile tool for external data structures, it's still lacking in two areas IMHO: One, it would be cool to be able to embed it, similar to sqlite, directly into applications. Two, the HA story is so much more complicated than it should be. I totally acknowledge that concurrency and distributed computing is hard, but it should not require reading heaps of documentation and understanding two en…
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#5While I love Redis as a versatile tool for external data structures, it's still lacking in two areas IMHO: One, it would be cool to be able to embed it, similar to sqlite, directly into applications. Two, the HA story is so much more complicated than it should be. I totally acknowledge that concurrency and distributed computing is hard, but it should not require reading heaps of documentation and understanding two en…
Genuinely interested why we need HA in redis, just not read round robin from multiple non-HA instances? Redis (and memcache) are memory caches and should be treated like that, not like highly consistent distributed session store.
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#6While I love Redis as a versatile tool for external data structures, it's still lacking in two areas IMHO: One, it would be cool to be able to embed it, similar to sqlite, directly into applications. Two, the HA story is so much more complicated than it should be. I totally acknowledge that concurrency and distributed computing is hard, but it should not require reading heaps of documentation and understanding two en…
Genuinely interested why we need HA in redis, just not read round robin from multiple non-HA instances? Redis (and memcache) are memory caches and should be treated like that, not like highly consistent distributed session store.
For example if you use it for session storage, you can't have your application read from a random instance that may or may not contain the session.
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#7Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#8Where did everyone end up on the Redis/Valkey split? Is there still a reason to use Redis after the license kerfuffle?
https://aws.amazon.com/blogs/database/reduce-your-amazon-ela...
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#9While I love Redis as a versatile tool for external data structures, it's still lacking in two areas IMHO: One, it would be cool to be able to embed it, similar to sqlite, directly into applications. Two, the HA story is so much more complicated than it should be. I totally acknowledge that concurrency and distributed computing is hard, but it should not require reading heaps of documentation and understanding two en…
Genuinely interested why we need HA in redis, just not read round robin from multiple non-HA instances? Redis (and memcache) are memory caches and should be treated like that, not like highly consistent distributed session store.
Re: Redis 8.8: New array data structure, rate limiter, performance improvements
#10Where did everyone end up on the Redis/Valkey split? Is there still a reason to use Redis after the license kerfuffle?
For those who may not know, you can cut your costs in AWS by going with Valkey over Redis for about 33% savings. https://aws.amazon.com/blogs/database/reduce-your-amazon-ela...