Closed CharlyJazz closed 7 months ago
Thanks for the suggestion! Yes, Redis has many plugins. The goal for 1.0 is the five core data types: strings, lists, sets, hashes, and sorted sets. After that — we'll see.
I'll close this for now and we can revisit it after 1.0.
I hope this prior/similar art can help you https://github.com/MirrorFork/redix (note that I'm specifically linking to an old fork and not the latest version from original author) https://github.com/yob/pgredis
I also remember seeing some of Josh Baker's work which could help you https://github.com/tidwall/summitdb?tab=readme-ov-file#json-documents https://github.com/tidwall/redcon https://github.com/tidwall/resp
Seems redis has a plugin for JSON , what do you think about create that feature using the sqlite json field type? I would like to help code