March 2018
Beginner to intermediate
308 pages
8h 23m
English
While the main data type used in Redis is a string, string values can be incremented and decremented if they are numeric. This can be useful for counting things like page views and access totals. An operation performed on a counter is an atomic operation, and (when complete) the new, current value is returned.
Read now
Unlock full access