add version

This commit is contained in:
Daniel Wallace 2015-08-14 13:33:23 -05:00
parent 1a08bba479
commit 5bdcf9d72a
3 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
An engine that reads messages from the redis sentinel pubsub and sends reactor
events based on the channels they are subscribed to.
.. versionadded:
.. versionadded: Boron
:configuration:

View File

@ -507,6 +507,8 @@ def sentinel_get_master_ip(master, host=None, port=None, password=None):
'''
Get ip for sentinel master
.. versionadded: Boron
CLI Example:
.. code-block:: bash
@ -522,6 +524,8 @@ def get_master_ip(host=None, port=None, password=None):
'''
Get host information about slave
.. versionadded: Boron
CLI Example:
.. code-block:: bash

View File

@ -120,6 +120,8 @@ def slaveof(name, sentinel_host=None, sentinel_port=None, sentinel_password=None
'''
Set this redis instance as a slave.
.. versionadded: Boron
name
Master to make this a slave of