dragonfly
dragonfly copied to clipboard
server: implemented json.arrappend command
Signed-off-by: [email protected]
@iko1 if it's ok with you, I am asking you to review.
@b0bleet, do you need this command because you use Dragonfly, or you just wanted to contribute? Can you please add yourself to CONTRIBUTORS.md ?
@b0bleet, do you need this command because you use Dragonfly, or you just wanted to contribute? Can you please add yourself to CONTRIBUTORS.md ?
Hi @romange, Thanks for your reply. Actually, I want to contribute to DragonFly because I'm very interested in in-memory database development. At the moment I do analyze internal structure of DragonFly to contribute core components.
Then join our discord and ping me there
@b0bleet, Please make sure you squash the commits into a single commit and run clang-format -i
on the changed files in the codebase.
@b0bleet, Please make sure you squash the commits into a single commit and run
clang-format -i
on the changed files in the codebase.
done thank you