I am new to redis. I am trying to execute the below command.
HSET 1000:123:1603872000 "totalscore":100 "uid":"1000:123:1603872000" "price": 1000 "points": 30
But this gives me below error
(error) WRONGTYPE Operation against a key holding the wrong kind of value
type 1000:123:1603872000
This gives me type as string. How can I set string field values to a string key in redis?