Skip to content

Commit

Permalink
chore: update cache docs #105
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Sep 1, 2022
1 parent 4d99caf commit d86bc26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/modules/objects/mongo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ MongoCache Reference

Furthermore, refer to :py:class:`antispam.abc.Cache` for protocol implementation.

This cache requires:

- motor
- dnspython
- pytz

.. currentmodule:: antispam.caches.mongo

.. autoclass:: MongoCache
Expand Down
5 changes: 5 additions & 0 deletions docs/modules/objects/redis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ A caching option within the standard package.

Furthermore, refer to :py:class:`antispam.abc.Cache` for protocol implementation.

This cache requires:

- redis
- orjson
- hiredis

.. currentmodule:: antispam.caches.redis

Expand Down

0 comments on commit d86bc26

Please sign in to comment.