Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ Note- While using set() start time and time to live is -1 and using expire() sta
=> Tuple: Tuples are used to store score and member and they help in making sorted set of tuple.

=> Strings: string is a good idea in all the obvious scenarios where you want to store an HTML page, but also when you want to avoid converting your already encoded data. So for instance, if you have JSON or MessagePack you may just store objects as strings. Strings is used as random access vectors with GETRANGE and SETRANGE.

done with changes
need to make changes
saurabh pandey