mirror of
https://github.com/redis/go-redis.git
synced 2025-12-25 00:01:00 +03:00
* internal: Add instrumentation Co-authored-by: reggiemcdonald <regmcdonald95@gmail.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
9 lines
117 B
YAML
9 lines
117 B
YAML
version: '3'
|
|
services:
|
|
redis-server:
|
|
image: redis
|
|
ports:
|
|
- "6379:6379"
|
|
redis-cli:
|
|
image: redis
|