diff options
Diffstat (limited to 'tests/plugins/kv/configs/.rr-kv-init.yaml')
-rw-r--r-- | tests/plugins/kv/configs/.rr-kv-init.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/kv/configs/.rr-kv-init.yaml b/tests/plugins/kv/configs/.rr-kv-init.yaml index 34e22a4e..a13b591c 100644 --- a/tests/plugins/kv/configs/.rr-kv-init.yaml +++ b/tests/plugins/kv/configs/.rr-kv-init.yaml @@ -24,7 +24,7 @@ kv: memcached: driver: memcached - addr: [ "localhost:11211" ] + addr: [ "127.0.0.1:11211" ] # redis: # driver: redis |