Closed noomanee closed 2 years ago
Maybe u can use 'value.data.structure'='row', the command will be like:
HSET 1 a "1\01a\011\01aa“
Maybe I should support json.
Hm. I think that does not work. What i am trying to do is set multiple fields on single key. I think i miscommunicate. It should be
HMSET 1 field1 'a' field2 1 field3 'aa'
HMSET 2 field1 'b' field2 1 field3 'bb'
u just do like: concat('field2',field2,'field3',field3)
What i am trying to do is to run this command