The official website said that Strings are binary safe, but it did not mention other types. So...
2
-
2Why don't you simply try it?arkascha– arkascha2021-10-31 09:49:10 +00:00Commented Oct 31, 2021 at 9:49
-
@arkascha I have tried, it works for me. Just don't know if there will be special cases.LI XiangChen– LI XiangChen2021-10-31 12:35:07 +00:00Commented Oct 31, 2021 at 12:35
Add a comment
|
1 Answer
From the documentation:
Redis Hashes are maps between string fields and string values.
Since strings are binary-safe, hashes are as well.