Skip to content

Commit

Permalink
added valkey-doc
Browse files Browse the repository at this point in the history
Signed-off-by: avifenesh <[email protected]>
  • Loading branch information
avifenesh committed Feb 5, 2025
1 parent 79d0fc8 commit 6b51a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions topics/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ sudo apk add valkey-compat
sudo yum install valkey
# For symlinked binaries to redis-cli and redis-server
sudo yum install valkey-compat
# For valkey-doc (can be used with man, i.e `man hageall`, `man valkey.conf`, etc.)
sudo yum install valkey-doc
```

Some versions of CentOS and RHEL may not have Valkey in their default repositories.
Expand All @@ -90,6 +92,8 @@ You can use the EPEL repository - https://fedoraproject.org/wiki/EPEL to install
sudo dnf install valkey
# For symlinked binaries to redis-cli and redis-server
sudo dnf install valkey-compat
# For valkey-doc (can be used with man, i.e `man hageall`, `man valkey.conf`, etc.)
sudo dnf install valkey-doc
```

#### Other distributions
Expand Down

0 comments on commit 6b51a99

Please sign in to comment.