October 2014 Summaries
2 posts from Redis
Filter
Month:
Year:
Post Summaries
Back to Blog
RegEx Sharding is now publicly available for Redis Cloud Pay-as-You-Go subscribers, allowing users to define how data is distributed between shards. This feature enables applications to perform multi-key operations at top performance on large datasets. The announcement also provides an overview of the "why" and "what" of a Redis Cluster, which is an open source, in-memory NoSQL database designed for horizontal scaling through clustering and sharding. RegEx Sharding offers more flexibility than standard sharding policies by allowing users to configure regular expression rules that extract hash tags from key names.
Oct 29, 2014
1,057 words in the original blog post.
Redis Enterprise allows users to work with real-time data at any scale and location. Optimizing Redis performance involves identifying and addressing issues such as high CPU load, slow queries, and excessive connection usage. By reviewing the SLOWLOG and INFO ALL command output, users can pinpoint bottlenecks in their Redis setup. Strategies for optimization include configuring persistent connections, replacing expensive commands with variadic counterparts, using the SCAN command instead of KEYS, pipelining operations, and leveraging Lua scripting to reduce client-server round trips. By implementing these techniques, users can significantly lower latency and improve overall performance.
Oct 02, 2014
924 words in the original blog post.