Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.04 KB

containers.rst

File metadata and controls

36 lines (27 loc) · 1.04 KB

Containers

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.

Base Class

.. autoclass:: redisco.containers.Container
   :members:

Set

.. autoclass:: redisco.containers.Set
   :members:

SortedSet

.. autoclass:: redisco.containers.SortedSet
   :members:

List

.. autoclass:: redisco.containers.List
   :members:

Hash

.. autoclass:: redisco.containers.Hash
   :members: