diff options
author | Valery Piashchynski <[email protected]> | 2021-04-23 12:11:24 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-23 12:11:24 +0300 |
commit | 22ee906083a3f219871a3ef1f9eb1983f8f4975c (patch) | |
tree | ddd08397c74cfc6120e6174864a7a3ef7ca38771 /tests/docker-compose.yaml | |
parent | e1e168da92e0dca0e067e08ecb4cf264b9344d45 (diff) | |
parent | 6c55cb6e2d554dfbffe1ce2eedaad3d34202e1bd (diff) |
#643 feat(kv): kv plugin stabilization
#643 feat(kv): kv plugin stabilization
Diffstat (limited to 'tests/docker-compose.yaml')
-rw-r--r-- | tests/docker-compose.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/docker-compose.yaml b/tests/docker-compose.yaml index fd1a48bf..67d5476b 100644 --- a/tests/docker-compose.yaml +++ b/tests/docker-compose.yaml @@ -4,4 +4,8 @@ services: memcached: image: memcached:latest ports: - - "0.0.0.0:11211:11211"
\ No newline at end of file + - "0.0.0.0:11211:11211" + redis: + image: redis:6 + ports: + - "6379:6379" |