williamhorning / bolt

a cross-platform chat bot connecting your communities
MIT License
35 stars 3 forks source link

move to redis json #57

Closed williamhorning closed 6 months ago

williamhorning commented 6 months ago

would be nice, could also speed up a bunch of stuff such as checking if something is bridged

this would be breaking and require migrations

see https://redis.io/docs/data-types/json and https://github.com/iuioiua/r2d2

williamhorning commented 6 months ago

also, make prefixes for keys look like <plugin>:<somehting>

(bolt-bridge:id or bolt-guilded:migration-a)