Skip to content

pranavgupta1234/awesome-redis-optimizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

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.

About

A curated list of awesome optimizations that you can do to improve your redis deployment (both client side and server side).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published