0

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

2
  • 2
    Why don't you simply try it? Commented Oct 31, 2021 at 9:49
  • @arkascha I have tried, it works for me. Just don't know if there will be special cases. Commented Oct 31, 2021 at 12:35

1 Answer 1

2

From the documentation:

Redis Hashes are maps between string fields and string values.

Since strings are binary-safe, hashes are as well.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.