≡ Menu

Redis DECRBY Command Example

Redis is an in-memory key-value pair database. Redis is extremely fast, as the operation happens in the memory. Redis also provides on-disk persistence and built-in replication. In Redis, you can use these data structures: 1) String 2) Hash 3) List 4) Set 5) Sorted Set. There is no integer or float data type in Redis. [...]

{ 3 comments }