Skip to content

Commit

Permalink
Add subsections for storage api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 19, 2020
1 parent 8bcacbe commit 973dfbe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/source/api.rst
Expand Up @@ -16,11 +16,29 @@ Abstract storage class
=======================
Backend Implementations
=======================

In-Memory
^^^^^^^^^
.. autoclass:: limits.storage.MemoryStorage

Redis
^^^^^
.. autoclass:: limits.storage.RedisStorage

Redis Cluster
^^^^^^^^^^^^^
.. autoclass:: limits.storage.RedisClusterStorage

Redis Sentinel
^^^^^^^^^^^^^^
.. autoclass:: limits.storage.RedisSentinelStorage

Memcached
^^^^^^^^^
.. autoclass:: limits.storage.MemcachedStorage

Google App Engine Memcached
^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: limits.storage.GAEMemcachedStorage

===============
Expand Down

0 comments on commit 973dfbe

Please sign in to comment.