0

The official website said that Strings are binary safe, but it did not mention other types. So...

1 Answers1

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