Cant get PUT to work in REPL mode
fergiemcdowall opened this issue · 3 comments
fergiemcdowall commented
I cant PUT anything into the database in REPL mode.
I am doing this: PUT mykey mycoolvalue
How do you put entries into the database?
fergiemcdowall commented
Oh- strings have to be double-quoted like so: PUT "mykey" "mycoolvalue"
fergiemcdowall commented
also works: PUT mykey "mycoolvalue"
heapwolf commented
Documentation PR?