dragonfly
dragonfly copied to clipboard
implement 4.0 API
if we look at commands.json
jq -c 'to_entries[] | select(.value.since | test("^4\\..*"))' commands.json | grep -v '"MEMORY'
we will see that besides modules we have only SWAPDB command that's worth implementing. I can guide on how to implement this command.