New in version 2014.7.0.
depends: |
|
---|---|
configuration: |
See |
key_in_redis: redis.string: - value: string data
The redis server information specified in the minion config file can be overridden in states using the following arguments: host
, post
, db
, password
.
key_in_redis: redis.string: - value: string data - host: localhost - port: 6379 - db: 0 - password: somuchkittycat
Ensure key absent from redis
Set this redis instance as a slave.
Ensure that the key exists in redis with the value specified
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.redismod.html