Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 11, 2018
1 parent cb47e0e commit 45b6364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -39,6 +39,7 @@ deserialize them when fetching back.

All redis value types are mocked with respective python objects and support all
standard methods as the builtin types.

.. code:: python
>>> import rediswrapper
Expand Down Expand Up @@ -69,6 +70,7 @@ standard methods as the builtin types.
To inspect those value types, one should use the ABCs defined in ``collections``
module.

.. code:: python
>>> from collections import Mapping
Expand Down

0 comments on commit 45b6364

Please sign in to comment.