zincware / ZnSocket

Python implementation of a Redis-compatible API using websockets.
Apache License 2.0
2 stars 2 forks source link

support different `storage` #60

Open PythonFZ opened 2 weeks ago

PythonFZ commented 2 weeks ago

It would be nice to have a way to attach a different storage type. For example one could say, read from h5 file first, then cache using redis / znsocket and keep reading from there.

This would have to be on a per-key basis.