Skip to content

Commit

Permalink
chg: Bump valkey requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 22, 2024
1 parent d57a21d commit da5f6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/install-lookyloo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ store, used as a database, cache and message broker.
NOTE: Valkey should be installed from the source, and the repository must be in
the same directory as the one you will be cloning Lookyloo in to.

NOTE: Since Lookyloo 1.25, valkey 7.2 is required.
NOTE: Since Lookyloo 1.26, valkey 8.0 is required.

In order to compile and test valkey, you will need a few packages:

Expand All @@ -37,7 +37,7 @@ sudo apt install build-essential tcl
```bash
git clone https://github.com/valkey-io/valkey
cd valkey
git checkout 7.2
git checkout 8.0
make
# Optionally, you can run the tests:
make test
Expand Down

0 comments on commit da5f6f5

Please sign in to comment.