jsondb
jsondb copied to clipboard
Add redis support
Should allow using redis as the backend.
Could be done in this way:
Allow adding custom backends as extension packages.
jsondb_backend.redis_backend.RedisBackend
would get loaded when a connection to redis://...
is requested.
and create the new backend as a new repository named jsondb-redis
.