1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

DOC-5078 vector set examples (#3394)

This commit is contained in:
andy-stark-redis
2025-06-06 14:25:35 +01:00
committed by GitHub
parent 4e22885ca1
commit 98b224cf7d
5 changed files with 612 additions and 8 deletions

View File

@ -16,9 +16,11 @@ jobs:
services:
redis-stack:
image: redis/redis-stack-server:latest
options: >-
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
image: redislabs/client-libs-test:8.0.1-pre
env:
TLS_ENABLED: no
REDIS_CLUSTER: no
PORT: 6379
ports:
- 6379:6379
@ -38,4 +40,4 @@ jobs:
- name: Test doc examples
working-directory: ./doctests
run: go test -v
run: make test