gluesql / gluesql

GlueSQL is quite sticky. It attaches to anywhere.

Home Page:https://gluesql.org/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for Redis Storage

gurugio opened this issue · comments

Memory storage is already working based on key-value pair.
It would be good to have the Redis storage that works similar to the memory storage but has the permanent store.

I have DRAFT implementation: https://github.com/gurugio/gluesql/tree/feature/redis-storage
That supports only one table at the moment.
But I am working for multi-table support.

Please assign this ticket to me.