license switch agpl -> busl1, sprints work, new product advisories
This commit is contained in:
@@ -219,12 +219,12 @@ check.services.valkey.connectivity:
|
||||
|
||||
- runtime: Any
|
||||
description: "Test Valkey connection"
|
||||
command: "redis-cli -h {{HOST}} -p {{PORT}} PING"
|
||||
command: "valkey-cli -h {{HOST}} -p {{PORT}} PING"
|
||||
placeholders:
|
||||
HOST: "localhost"
|
||||
PORT: "6379"
|
||||
|
||||
verificationCommand: "redis-cli -h {{HOST}} -p {{PORT}} PING"
|
||||
verificationCommand: "valkey-cli -h {{HOST}} -p {{PORT}} PING"
|
||||
```
|
||||
|
||||
#### Pending Migrations
|
||||
|
||||
@@ -137,7 +137,7 @@ Acceptance Criteria:
|
||||
- Docker Compose: docker compose up -d valkey
|
||||
- Kubernetes: kubectl get pods -l app=valkey
|
||||
- Systemd: sudo systemctl start valkey
|
||||
- Bare: redis-cli PING verification
|
||||
- Bare: valkey-cli PING verification
|
||||
```
|
||||
|
||||
#### F1.3 Placeholder Resolution
|
||||
|
||||
Reference in New Issue
Block a user