jsondb icon indicating copy to clipboard operation
jsondb copied to clipboard

Add redis support

Open shaung opened this issue 11 years ago • 1 comments

Should allow using redis as the backend.

shaung avatar Jun 25 '13 09:06 shaung

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.

shaung avatar Jun 30 '13 06:06 shaung