Commit 1d9a95d1 authored by Yuanle Song's avatar Yuanle Song
Browse files

update README.rst

parent 94da033d
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ You should add ~/.local/bin/ to your PATH.
Quick Start
-----------

.. code-block:: bash

   redis-export PATTERN OUTPUT_FILE
   redis-import INPUT_FILE

@@ -26,8 +28,11 @@ For example,
.. code-block:: bash

   redis-export 'phonebook:' ~/d/t1.json
   # redis-export 'phonebook:*:name:*' ~/d/t1.json
   redis-export ~/d/t1.json

For more usage help, run the command with --help option.

Documentation
-------------