Looks promising, but needs support for more than just strings and lists. I personally use hashes, sorted-sets, and sets more than lists in production apps, and probably others too?
Absolutely, adding more commands is my goal
Completing a full-sync replication is my first priority (I have currently implemented a WAL tailing from primary -> replica) but tailing from a snapshot is the ideal solution IMO here.
Once this in place, adding "hash" commands (hset, hget etc) is the next family of commands.
I open sourced it hopefully to get help from people out there :)
Once this in place, adding "hash" commands (hset, hget etc) is the next family of commands. I open sourced it hopefully to get help from people out there :)