Chapter 3: Managing RAM – Tips and Techniques for Redis Memory Management
Using Redis as an LRU cache by Salvatore Sanfilippo retrieved from http://redis.io/topics/lru-cache.
Redis source code file,
redis-cli.c
, retrieved from http://download.redis.io/redis-stable/src/redis-cli.c.Using hashes to abstract a very memory efficient plain key-value store on top of Redis by Salvatore Sanfilippo retrieved from http://redis.io/topics/memory-optimization.
Raspberry Pi and Redis, blog posting by Stefan Parvu retrieved from http://kronometrix.blogspot.com/2014/10/raspberry-pi-and-redis.html.
Redis Android NDK port, blog posting by Riccardo Cecolin retrieved from http://rikiji.it/2012/08/21/Redis-Android-NDK-port.html.