Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 2.69 KB

README.md

File metadata and controls

45 lines (26 loc) · 2.69 KB

Awesome Redis Optimizations Awesome

A curated list of awesome guides, case studies, tutorials and tools for optimizing your redis deployment

Contents

Memory Optimization With Hashes

Pipelining in Redis

Reduce Reads Techniques

Low Memory, Fast Computation, the Bitsets

Lua Scripting, Kill Latency with Server Side Computation

Tools/Repositories

  • rdbtools - Memory profiling for redis data and a parser for dump.rdb files
  • twemproxy - A fast, light-weight proxy for memcached and redis, helps to reduce number of connections to the caching servers on the backend. This, together with protocol pipelining and sharding enables you to horizontally scale your distributed caching architecture.