diff options
author | Valery Piashchynski <[email protected]> | 2021-06-14 16:39:02 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-14 16:39:02 +0300 |
commit | 75ab1e16c64cfd0a6424fe4c546fdbc5e1b992dd (patch) | |
tree | 1e9a910071d20021ad0f7ef4fe6099bac6a341ef /tests/plugins/kv/configs/.rr-redis-no-config.yaml | |
parent | dc8ed203c247afd684f198ebbac103a10bfad72a (diff) |
- Rework redis with ws plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/kv/configs/.rr-redis-no-config.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-redis-no-config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/plugins/kv/configs/.rr-redis-no-config.yaml b/tests/plugins/kv/configs/.rr-redis-no-config.yaml new file mode 100644 index 00000000..9cf06374 --- /dev/null +++ b/tests/plugins/kv/configs/.rr-redis-no-config.yaml @@ -0,0 +1,10 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +logs: + mode: development + level: error + +kv: + redis-rr: + driver: redis |