New in version 2014.7.0.
depends: |
|
---|---|
configuration: | See salt.modules.redis for setup instructions. |
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
Ensure that the key exists in redis with the value specified
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2014.7.2