kite redis¶
Manage Redis instances.
create¶
Create a Redis instance.
| Flag | Description | Default |
|---|---|---|
--memory |
Memory in MB | 256 |
--maxmemory-policy |
Eviction policy | allkeys-lru |
--persistence |
Enable persistence | true |
list¶
get¶
start / stop¶
credentials¶
Get Redis connection credentials.
flush¶
Flush all data from a Redis instance.
Warning
This deletes all keys in the Redis instance.