The old inline protocol is mostly obsolete, but some kind of support for this would still be _nice_: ``` set "a" "abc" ``` Afaict, redis 2.8 added support for quotes, whereas redis 2.6 actually added a key named `"a"` with a valud of `"abc"` (yes, both including the quotes).
The old inline protocol is mostly obsolete, but some kind of support for this would still be nice:
Afaict, redis 2.8 added support for quotes, whereas redis 2.6 actually added a key named
"a"with a valud of"abc"(yes, both including the quotes).