InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By "redis Is Binary Safe"? |
|
Answer» Binary SAFE means that it has a known length but not LIMITED by any SPECIAL character. You can store any VALUE upto the given size. A STRING value can be 512 MB in length. Binary safe means that it has a known length but not limited by any special character. You can store any value upto the given size. A string value can be 512 MB in length. |
|