We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fcfc3 commit 4371bbdCopy full SHA for 4371bbd
.github/workflows/build.yaml
@@ -45,6 +45,7 @@ jobs:
45
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
46
sudo apt-get update
47
sudo apt-get install redis-tools=6:6.2.15-1rl1~noble1
48
+ redis-cli --version
49
50
- name: install mongodb
51
run: |
0 commit comments