rosedb icon indicating copy to clipboard operation
rosedb copied to clipboard

Add more server commands

Open roseduan opened this issue 2 years ago • 7 comments

rosedb is starting to support redis protocol, so you can add the commands compatible with redis protocol:

  • find variable supportedCommands in cmd/cli.go, which lists all supported commands and its handler function
  • find a method in rosedb not listed here
  • add the command and its handler function

roseduan avatar May 15 '22 04:05 roseduan

Hi @roseduan. Do you mean this part?

gozeloglu avatar May 16 '22 05:05 gozeloglu

No Just add those commands(already in rosedb) in supportedCommands in cmd/cli.go, aims to support redis protocol.

roseduan avatar May 16 '22 08:05 roseduan

Ok. I'll try to do something as soon as possible.

gozeloglu avatar May 16 '22 08:05 gozeloglu

Ok. I'll try to do something as soon as possible.

That will be great, thanks for your recent work on this project!

roseduan avatar May 16 '22 10:05 roseduan

@roseduan You can close this issue.

gozeloglu avatar May 27 '22 07:05 gozeloglu

maybe there are more commands later @gozeloglu

roseduan avatar May 27 '22 07:05 roseduan

do we Need to implement Stream? I would like to contribute an implementation of Stream to RoseDB

azhsmesos avatar Sep 03 '22 11:09 azhsmesos