Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

strappend should remove surrounding "" #51

Closed
gkorland opened this issue Sep 5, 2019 · 0 comments
Closed

strappend should remove surrounding "" #51

gkorland opened this issue Sep 5, 2019 · 0 comments
Assignees

Comments

@gkorland
Copy link
Contributor

gkorland commented Sep 5, 2019

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
@gkorland gkorland self-assigned this Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant