-
Enhancement
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Redis Strings are the most basic type of Redis value leveraged by all other data structure types, and are quite similar to strings in other programming languages.
Â
Redis Strings Use Cases
- Session Cache: Many websites leverage Redis Strings to create a session cache to speed up their website experience by caching HTML fragments or pages. Since data is stored temporarily in the RAM, this attribute makes Redis a perfect choice as a session cache. It is able to temporarily store user-specific data, for instance, items stored in a shopping cart in an online store, which is crucial in that your users do not lose their data in the event they log out or lose connection.
- Queues: Any application that deals with traffic congestion, messaging, data gathering, job management, or packer routing should consider a Redis Queue, as this can help you manage your queue size by rate of arrival and departure for resource distribution.
- Usage & Metered Billing: A lesser known use case for Redis Strings is the real-time metering for consumption-based pricing models. This allows SaaS platforms that bill based on actual usage to meter their customers activity, such as in the telecommunications industry where they may charge for text messages or minutes.
Source: http://highscalability.com/blog/2019/9/3/top-redis-use-cases-by-core-data-structure-types.html
- incorporates
-
ISPN-14646 APPEND
- Resolved
-
ISPN-14647 DECRBY
- Resolved
-
ISPN-14648 GETDEL
- Resolved
-
ISPN-14649 GETEX
- Resolved
-
ISPN-14650 GETRANGE
- Resolved
-
ISPN-14652 INCRBY
- Resolved
-
ISPN-14653 LCS
- Resolved
-
ISPN-14654 MSETNX
- Resolved
-
ISPN-14658 SETRANGE
- Resolved
-
ISPN-14659 STRLEN
- Resolved
-
ISPN-14828 INCRBYFLOAT
- Resolved
-
ISPN-14651 GETSET
- Resolved
-
ISPN-14655 PSETEX
- Resolved
-
ISPN-14656 SETEX
- Resolved
-
ISPN-14657 SETNX
- Resolved
-
ISPN-14858 EXIST
- Resolved
-
ISPN-14660 SUBSTR
- Resolved
-
ISPN-14689 Handle RESP SET optional arguments
- Resolved
- is incorporated by
-
ISPN-14881 [RESP] 15.0 Commands
- Resolved