{"version":"7.20.0","commands":{"redis":{"id":"redis","description":"gets information about redis\n","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:cli":{"id":"redis:cli","description":"opens a redis prompt\n","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"confirm":{"name":"confirm","type":"option","char":"c","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:info":{"id":"redis:info","description":"gets information about redis\n","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:wait":{"id":"redis:wait","description":"wait for Redis instance to be available\n","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:credentials":{"id":"redis:credentials","description":"display credentials information\n","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","description":"reset credentials","required":false,"allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:promote":{"id":"redis:promote","description":"sets DATABASE as your REDIS_URL\n","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":true}]},"redis:timeout":{"id":"redis:timeout","description":"set the number of seconds to wait before killing idle connections\nSets the number of seconds to wait before killing idle connections. A value of zero means that connections will not be closed.","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"seconds":{"name":"seconds","type":"option","char":"s","description":"set timeout value","required":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:maxmemory":{"id":"redis:maxmemory","description":"set the key eviction policy\nSet the key eviction policy when instance reaches its storage limit. Available policies for key eviction include:\n\n noeviction # returns errors when memory limit is reached\n allkeys-lru # removes less recently used keys first\n volatile-lru # removes less recently used keys first that have an expiry set\n allkeys-random # evicts random keys\n volatile-random # evicts random keys but only those that have an expiry set\n volatile-ttl # only evicts keys with an expiry set and a short TTL\n ","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"policy":{"name":"policy","type":"option","char":"p","description":"set policy name","required":true},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]},"redis:maintenance":{"id":"redis:maintenance","description":"manage maintenance windows\nSet or change the maintenance window for your Redis instance","pluginName":"@heroku-cli/plugin-redis-v5","pluginType":"core","hidden":false,"aliases":[],"flags":{"window":{"name":"window","type":"option","char":"w","description":"set weekly UTC maintenance window","required":false},"run":{"name":"run","type":"boolean","description":"start maintenance","required":false,"allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"start maintenance without entering application maintenance mode","required":false,"allowNo":false},"app":{"name":"app","type":"option","char":"a","description":"app to run command against","required":true},"remote":{"name":"remote","type":"option","char":"r","description":"git remote of app to use"}},"args":[{"name":"database","required":false}]}}}