A suite of containers is available to the developer (you!) in order to manipulate some of redis' objects. You can easily create, modify, update, and delete Sets, SortedSets, Lists and Hashes. Pay attention that mnay of the operations are serialized to the redis server and are therefore time consuming.
.. autoclass:: redisco.containers.Container :members:
.. autoclass:: redisco.containers.Set :members:
.. autoclass:: redisco.containers.SortedSet :members:
.. autoclass:: redisco.containers.List :members:
.. autoclass:: redisco.containers.Hash :members: