February 2018
Intermediate to advanced
382 pages
11h 33m
English
Methods in the StrictRedis class almost follow the official Redis commands in terms of command name and syntax, with a few exceptions:
In redis-py, there is also a class with the name, Redis. It is a subclass of StrictRedis to provide backward compatibility with older redis-py versions. Their very small differences can be found on the GitHub page of redis-py.
The StrictRedis instance in redis-py is thread-safe, because ...
Read now
Unlock full access