clodss is a data-structures on-disk store with an API compatible with redis. It gives the Python developer the simplicity of the redis API which scales beyond memory capacity, the power of multi-processing, and removes network latency & server setup overhead.
Ahoi, I work a lot with Python and love the simplicity of redis, but not the fact that things should fit in memory and I should spin up a redis server to get started. Hence I created an embedded on disk redis-like store.
Enjoy!