Skip to content

Commit

Permalink
Redis to valkey (examples) (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Dec 1, 2024
1 parent de0d1a3 commit 059dc73
Show file tree
Hide file tree
Showing 15 changed files with 243 additions and 353 deletions.
10 changes: 5 additions & 5 deletions custom-transforms-example/config/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
redis-one:
image: library/redis:5.0.9
valkey-one:
image: bitnami/valkey:7.2.5-debian-12-r9
ports:
- "1111:6379"
volumes:
- ./redis.conf:/usr/local/etc/redis/redis.conf
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
environment:
ALLOW_EMPTY_PASSWORD: "yes"
VALKEY_TLS_ENABLED: "no"
6 changes: 3 additions & 3 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
- [Sources](./sources.md)
- [Transforms](./transforms.md)
- [Examples]()
- [Redis Cluster]()
- [Unaware client](./examples/redis-clustering-unaware.md)
- [Aware client](./examples/redis-clustering-aware.md)
- [Valkey Cluster]()
- [Unaware client](./examples/valkey-clustering-unaware.md)
- [Aware client](./examples/valkey-clustering-aware.md)
- [Cassandra Cluster]()
- [Shotover sidecars](./examples/cassandra-cluster-shotover-sidecar.md)
- [Contributing](./dev-docs/contributing.md)
Expand Down
123 changes: 0 additions & 123 deletions docs/src/examples/redis-clustering-aware.md

This file was deleted.

187 changes: 0 additions & 187 deletions docs/src/examples/redis-clustering-unaware.md

This file was deleted.

Loading

0 comments on commit 059dc73

Please sign in to comment.