dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

implement 4.0 API

Open romange opened this issue 3 years ago • 0 comments

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.

romange avatar Jun 04 '22 02:06 romange