Redis
From DWIKI
In-memory database
Links
HOWTO
Tuning Redis
- https://redis.io/kb/doc/1mebipyp1e/performance-tuning-best-practices
- https://severalnines.com/blog/performance-tuning-redis/
Cheat sheet
Show stats
redis-cli -h 127.0.0.1 -p 6379 info
Flush all
redis-cli FLUSHALL