The official website said that Strings are binary safe, but it did not mention other types. So...
Asked
Active
Viewed 407 times
0
-
2Why don't you simply try it? – arkascha Oct 31 '21 at 09:49
-
@arkascha I have tried, it works for me. Just don't know if there will be special cases. – LI XiangChen Oct 31 '21 at 12:35
1 Answers
2
From the documentation:
Redis Hashes are maps between string fields and string values.
Since strings are binary-safe, hashes are as well.

Kevin Christopher Henry
- 46,175
- 7
- 116
- 102