fix: Remove redis symlinks from Valkey installation
Some checks failed
BotServer CI / build (push) Has been cancelled
Some checks failed
BotServer CI / build (push) Has been cancelled
- Use valkey-server and valkey-cli directly - No redis compatibility symlinks needed - Simplifies installation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
92d21fe3f7
commit
14b3a0e6c0
2 changed files with 5 additions and 2 deletions
|
|
@ -316,8 +316,6 @@ impl PackageManager {
|
|||
"chmod +x {{BIN_PATH}}/valkey-server 2>/dev/null || true".to_string(),
|
||||
"chmod +x {{BIN_PATH}}/valkey-cli 2>/dev/null || true".to_string(),
|
||||
"chmod +x {{BIN_PATH}}/valkey-benchmark 2>/dev/null || true".to_string(),
|
||||
"ln -sf {{BIN_PATH}}/valkey-server {{BIN_PATH}}/redis-server 2>/dev/null || true".to_string(),
|
||||
"ln -sf {{BIN_PATH}}/valkey-cli {{BIN_PATH}}/redis-cli 2>/dev/null || true".to_string(),
|
||||
],
|
||||
pre_install_cmds_macos: vec![],
|
||||
post_install_cmds_macos: vec![],
|
||||
|
|
|
|||
5
vault-unseal-keys
Normal file
5
vault-unseal-keys
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Unseal Key 1: JHO3GM7sR55RGeRlIjljehTMx8+is1JlvwQoXNK4oYve
|
||||
Unseal Key 2: vKMS1DGnIzVtm2OgCKGG985X/k8kzsfVEvB4Kq0t8mOr
|
||||
Unseal Key 3: AXEC38ex9YX8zLfHM4/LYRxFAJm9QCDeJ/CRgD9A8G29
|
||||
Unseal Key 4: AdnUF1+zxQ4RYSsT0HEgykwWCtq5FJptH187cPD0mcwP
|
||||
Unseal Key 5: ISaOkhBe4AbPDr/kkr4OCxlf+tklUHQV5HJi1qFpbbAR
|
||||
Loading…
Add table
Reference in a new issue