Merge pull request 'test: add valkey to remote cache test' (#4434) from jthvai/forgejo:test-valkey into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4434 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
6c9e0a6641
|
@ -102,6 +102,9 @@ jobs:
|
||||||
# redict
|
# redict
|
||||||
- image: registry.redict.io/redict:7.3.0-scratch
|
- image: registry.redict.io/redict:7.3.0-scratch
|
||||||
port: 6379
|
port: 6379
|
||||||
|
# valkey
|
||||||
|
- image: docker.io/valkey/valkey:7.2.5-alpine3.19
|
||||||
|
port: 6379
|
||||||
# garnet
|
# garnet
|
||||||
- image: ghcr.io/microsoft/garnet-alpine:1.0.14
|
- image: ghcr.io/microsoft/garnet-alpine:1.0.14
|
||||||
port: 6379
|
port: 6379
|
||||||
|
|
Loading…
Reference in New Issue