Update README.md
Some checks are pending
CI / build-ubuntu-latest (8.0) (push) Waiting to run
CI / build-ubuntu-latest (unstable) (push) Waiting to run
CI / build-asan-ubuntu-latest (8.0) (push) Waiting to run
CI / build-asan-ubuntu-latest (unstable) (push) Waiting to run

This commit is contained in:
Григорий Сафронов 2025-03-22 18:57:45 +00:00
parent 8820420697
commit 060cb2373a

View File

@ -8,13 +8,13 @@ Futriix-json leverages [RapidJSON](https://rapidjson.org/), a high-performance J
#### To build the module and run tests
```text
# Build valkey-server (unstable) and run integration tests
# Build futriix-server (unstable) and run integration tests
./build.sh
```
The default valkey version is "unstable". To override it, do:
The default futriix version is "unstable". To override it, do:
```text
# Build valkey-server (8.0) and run integration tests
# Build futriix-server (8.0) and run integration tests
SERVER_VERSION=8.0 ./build.sh
```