RedisJSON / RedisJSON2

Rust based RedisJSON implementation - Deprecated and moved to RedisJSON/RedisJSON

Home Page:https://redisjson.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strappend should remove surrounding ""

gkorland opened this issue · comments

127.0.0.1:6379> JSON.SET str . '"foo"'
OK
(5.49s)
127.0.0.1:6379> JSON.Strlen str . 
(integer) 3
127.0.0.1:6379> JSON.STRAPPEND str . '"bar"'
(integer) 8

Should have return

(integer) 6