stephenmcd / curiodb

Distributed NoSQL Database
http://curiodb.jupo.org
BSD 2-Clause "Simplified" License
511 stars 47 forks source link

fix lpush #9

Closed tramchamploo closed 9 years ago

tramchamploo commented 9 years ago

lpush behaves wrong: 127.0.0.1:6379> lpush foo 1 (integer) 1 127.0.0.1:6379> lpush foo 2 (integer) 2 127.0.0.1:6379> lrange foo 0 -1 1) "1" 2) "2"

stephenmcd commented 9 years ago

Excellent, thanks!

Can you tell me how to properly write your name for the AUTHORS file?

tramchamploo commented 9 years ago

just straight tramchamploo without blanks is ok.

stephenmcd commented 9 years ago

Sorry if it was unclear - I wanted to use real names in the file.

On 7/15/15, tramchamploo notifications@github.com wrote:

just straight tramchamploo without blanks is ok.


Reply to this email directly or view it on GitHub: https://github.com/stephenmcd/curiodb/pull/9#issuecomment-121461432

Stephen McDonald http://jupo.org

tramchamploo commented 9 years ago

then 'guohang bao'

stephenmcd commented 9 years ago

Thank you :-)