mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
add version
This commit is contained in:
parent
1a08bba479
commit
5bdcf9d72a
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user