heapwolf/lev

Cant get PUT to work in REPL mode

fergiemcdowall opened this issue · 3 comments

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?

Oh- strings have to be double-quoted like so: PUT "mykey" "mycoolvalue"

also works: PUT mykey "mycoolvalue"

Documentation PR?