Skip to content
Closed
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
c921cb5
Fix incorrect memory overhead calculation for watched keys (#3359)
enjoy-binbin Mar 17, 2026
ed9016a
Make macOS leaks check skippable (#3370)
hpatro Mar 17, 2026
ac5e44c
Make scripting debug test skippable (#3368)
secwall Mar 17, 2026
059a77c
Add design-docs folder and README. (#3300)
murphyjacob4 Mar 17, 2026
0027b7d
Add AGENTS.md file for agentic coding assistant steering (#3371)
hpatro Mar 18, 2026
afe6ee1
remove duplicated lline (#3379)
ranshid Mar 18, 2026
543a6b8
Ensure the daily workflow uses gtest-parallel to run unit tests in is…
harrylin98 Mar 19, 2026
cd0b4c5
CLUSTERSCAN MATCH pattern maps to a specific slot optimizations (#3380)
nmvk Mar 19, 2026
8ddc582
fix benchmark queue and reduce the total duration (#3387)
roshkhatri Mar 19, 2026
9000e26
Pin workflow pip/go/npm dependencies for OpenSSF compliance (#3276)
roshkhatri Mar 20, 2026
07554d3
Upload all benchmark artifacts including server logs (#3388)
roshkhatri Mar 20, 2026
3c46f66
Fix `valkey-cli --cluster del-node` for unreachable nodes (#3209)
yang-z-o Mar 23, 2026
78ee1f5
ci: include gtests in code coverage report
harrylin98 Mar 19, 2026
f7a64c5
Fix EntryTest.entryUpdate failure on macOS due to allocator differenc…
asagege Mar 25, 2026
60c1b0b
ARM NEON SIMD optimization for pvFind() in vset.c (#3033)
ahmadbelb Mar 26, 2026
6822a67
Do the failover immediately if the replica is the best ranked replica…
enjoy-binbin Mar 26, 2026
b83209d
Fix race condition in diskless swapdb RedisModuleEvent_ReplAsyncLoad…
Nikhil-Manglore Mar 27, 2026
215b6c1
Show uname -a in RDMA CI job (#3418)
pizhenwei Mar 30, 2026
edce58c
Improve listpack threshold guidance in valkey.conf (#3419)
Tarte12 Mar 30, 2026
cf05c0d
fix test_entry to consider diffrerent allocator size classes (#3416)
ranshid Mar 30, 2026
2cde059
Handle EAGAIN in clusterWriteHandler (#3421)
enjoy-binbin Mar 30, 2026
9586093
Optimize WATCH duplicate key check from O(N) to O(1) using per-db has…
enjoy-binbin Mar 31, 2026
0dab0b5
Reduce corrupt-dump-fuzzer tests from 10 to 1 minute (#3425)
zuiderkwast Apr 1, 2026
2e12d27
Increase timeout in flaky "failover immediately" test case (#3424)
zuiderkwast Apr 1, 2026
8bb8d91
Enhance cluster stale packet detection to prevent sub-replica and emp…
zhijun42 Apr 2, 2026
f3b6470
Fix some flaky tests (#3430)
zuiderkwast Apr 2, 2026
fb655db
Replace dict with thin wrapper around hashtable (#3366)
zuiderkwast Apr 2, 2026
1db8bab
Big endian bitmap byte order mismatch fix (#3401)
nmvk Apr 3, 2026
e8ca6c0
Fix VLA warning in linenoise and enable -Werror (#3439)
madolson Apr 3, 2026
0c81b53
Avoid having server.h being included by cli and benchmark (#3420)
ranshid Apr 6, 2026
ecba3e3
Grammar, spelling, and punctuation fixes across the summary fields fo…
heckj Apr 6, 2026
3ed6e5f
Update maintainer affiliation (#3449)
lucasyonge Apr 6, 2026
034d16a
Increase embedded string threshold from 64 to 128 bytes (#3397)
Nikhil-Manglore Apr 7, 2026
2585f60
Fix RDB expiry write length and leak when loading zipmap (#3422)
charsyam Apr 7, 2026
c35dbdf
Fix some flaky tests using CLIENT REPLY OFF (#3452)
zuiderkwast Apr 8, 2026
e6bbd4e
Skip faster-failover test under TLS (#3444)
nmvk Apr 8, 2026
dba128f
Fix slot-migration-max-failover-repl-bytes unable to accept -1 (#3443)
enjoy-binbin Apr 8, 2026
f6b5461
Attempt to deflake 'diskless no replicas drop during rdb pipe' (#3461)
zuiderkwast Apr 8, 2026
890b82a
Fix config rewrite producing negative values for unsigned memory conf…
enjoy-binbin Apr 9, 2026
be52d8b
Fix trivial double-free issue in rdbLoadObject (#3453)
charsyam Apr 9, 2026
b020b03
Increase timeouts in faster-failover test for slow CI runners (#3463)
roshkhatri Apr 9, 2026
c0289c6
Defer argument redaction by storing indices instead of rewriting argv…
rjd15372 Apr 9, 2026
2871efd
Add cluster-config-save-behavior option to control nodes.conf save be…
enjoy-binbin Apr 10, 2026
0ec1733
Adds new (hidden) ValkeyModule_CallArgv API functions (#3122)
rjd15372 Apr 13, 2026
a3a8399
Redesign IO threading communication model (#3324)
akashkgit Apr 13, 2026
c4db208
enhance raxLowWalk: use memchr() for child-edge lookup in non-compres…
charsyam Apr 14, 2026
baa5a48
Env: Read VALKEYCLI_HOST and VALKEYCLI_PORT environment variables (#3…
Dietr1ch Apr 14, 2026
a34f125
Change rdbSaveStreamConsumers return type from size_t to ssize_t (#3499)
enjoy-binbin Apr 15, 2026
b2e0f63
Add cluster bus network traffic usage metric in bytes (#3396)
hpatro Apr 15, 2026
087280e
Rewrite the faster failover test case (#3495)
enjoy-binbin Apr 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/benchmark-on-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [labeled]

concurrency:
group: ec2-al-2023-pr-benchmarking-arm64
cancel-in-progress: false
group: benchmark-${{ github.event.pull_request.number }}-${{ github.event.label.name }}
cancel-in-progress: true

defaults:
run:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
openssl-devel \
bzip2-devel \
libffi-devel
pip install -r requirements.txt
pip install --require-hashes -r requirements.txt

- name: Build latest valkey_latest
working-directory: valkey_latest
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
--target-ip ${{ secrets.EC2_ARM64_IP }}
--valkey-path "../valkey"
--results-dir "results"
--runs 5
--runs 3
)

# Run benchmark
Expand All @@ -132,8 +132,7 @@ jobs:
with:
name: ${{ github.event.label.name }}-results
path: |
./valkey-perf-benchmark/results/${{ github.event.pull_request.merge_commit_sha }}/metrics.json
./valkey-perf-benchmark/results/${{ github.event.pull_request.base.ref }}/metrics.json
./valkey-perf-benchmark/results/
comparison.md

- name: Comment PR with results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
openssl-devel \
bzip2-devel \
libffi-devel
pip install -r requirements.txt
pip install --require-hashes -r requirements.txt

- name: Build latest valkey_latest
working-directory: valkey_latest
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [[ ! -z "$dirty" ]]; then echo "$dirty"; exit 1; fi
- name: unit tests
run: |
./src/unit/valkey-unit-gtests
make test-unit

test-ubuntu-latest-compatibility:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -116,8 +116,7 @@ jobs:
./utils/gen-test-certs.sh
./build-release/runtest --verbose --tags -slow --dump-logs --tls
- name: unit tests
run: |
./build-release/bin/valkey-unit-gtests
run: make -C build-release test-unit

test-sanitizer-address:
runs-on: ubuntu-latest
Expand All @@ -144,7 +143,7 @@ jobs:
run: CFLAGS='-Werror' ./runtest-moduleapi --verbose --dump-logs
- name: unit tests
run: |
./src/unit/valkey-unit-gtests
make test-unit

test-rdma:
runs-on: ubuntu-latest
Expand All @@ -168,6 +167,7 @@ jobs:
make -j4 BUILD_RDMA=yes USE_LIBBACKTRACE=yes
- name: clone-rxe-kmod
run: |
uname -a
mkdir -p tests/rdma/rxe
git clone https://github.com/pizhenwei/rxe.git tests/rdma/rxe
make -C tests/rdma/rxe
Expand Down Expand Up @@ -283,7 +283,9 @@ jobs:
GTEST_LIBS="/usr/lib32/libgtest.a /usr/lib32/libgmock.a"
- name: unit tests
run: |
./src/unit/valkey-unit-gtests
make test-unit \
GTEST_CFLAGS="-I/usr/src/googletest/googletest/include -I/usr/src/googletest/googlemock/include" \
GTEST_LIBS="/usr/lib32/libgtest.a /usr/lib32/libgmock.a"

build-libc-malloc:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -332,7 +334,7 @@ jobs:

- name: Setup YAML formatter
run: |
go install github.com/google/yamlfmt/cmd/yamlfmt@latest
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0

- name: Run yamlfmt
id: yamlfmt
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- run: cd libbacktrace && ./configure && make && sudo make install
- name: Checkout Valkey
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install gtest
run: |
git clone --depth 1 -b v1.17.x https://github.com/google/googletest.git
cmake -S googletest -B googletest/build
cmake --build googletest/build -- -j$(nproc)
sudo cmake --install googletest/build
- name: Install lcov and run test
run: |
sudo apt-get install lcov tclx
Expand Down
28 changes: 15 additions & 13 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --accurate
make test-unit accurate=1
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --accurate
fi
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --accurate
make test-unit accurate=1
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --accurate
fi
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --accurate
make test-unit accurate=1
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --accurate
fi
Expand Down Expand Up @@ -464,7 +464,9 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --accurate
make test-unit accurate=1 \
GTEST_CFLAGS="-I/usr/src/googletest/googletest/include -I/usr/src/googletest/googlemock/include" \
GTEST_LIBS="/usr/lib32/libgtest.a /usr/lib32/libgmock.a"
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --accurate
fi
Expand Down Expand Up @@ -843,8 +845,8 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
valgrind --track-origins=yes --suppressions=./src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full --log-file=err.txt ./src/unit/valkey-unit-gtests --valgrind
if grep -q 0x err.txt; then cat err.txt; exit 1; fi
./deps/gtest-parallel/gtest-parallel valgrind -- --track-origins=yes --suppressions=./src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full --log-file=err.%p.txt ./src/unit/valkey-unit-gtests --valgrind
if grep -qlE '0x[0-9A-Fa-f]+:' err.*.txt 2>/dev/null; then grep -lE '0x[0-9A-Fa-f]+:' err.*.txt | xargs cat; exit 1; fi
elif [ -f ./src/valkey-unit-tests ]; then
valgrind --track-origins=yes --suppressions=./src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full --log-file=err.txt ./src/valkey-unit-tests --valgrind
if grep -q 0x err.txt; then cat err.txt; exit 1; fi
Expand Down Expand Up @@ -931,8 +933,8 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
valgrind --track-origins=yes --suppressions=./src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full --log-file=err.txt ./src/unit/valkey-unit-gtests --valgrind
if grep -q 0x err.txt; then cat err.txt; exit 1; fi
./deps/gtest-parallel/gtest-parallel valgrind -- --track-origins=yes --suppressions=./src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full --log-file=err.%p.txt ./src/unit/valkey-unit-gtests --valgrind
if grep -qlE '0x[0-9A-Fa-f]+:' err.*.txt 2>/dev/null; then grep -lE '0x[0-9A-Fa-f]+:' err.*.txt | xargs cat; exit 1; fi
elif [ -f ./src/valkey-unit-tests ]; then
valgrind --track-origins=yes --suppressions=./src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full --log-file=err.txt ./src/valkey-unit-tests --valgrind
if grep -q 0x err.txt; then cat err.txt; exit 1; fi
Expand Down Expand Up @@ -996,7 +998,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests
make test-unit
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests
fi
Expand Down Expand Up @@ -1055,7 +1057,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --large-memory
make test-unit large_memory=1
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --large-memory
fi
Expand Down Expand Up @@ -1134,7 +1136,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --accurate
make test-unit accurate=1
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --accurate
fi
Expand Down Expand Up @@ -1193,7 +1195,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests --accurate --large-memory
make test-unit accurate=1 large_memory=1
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests --accurate --large-memory
fi
Expand Down Expand Up @@ -1268,7 +1270,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'unittest')
run: |
if [ -f ./src/unit/valkey-unit-gtests ]; then
./src/unit/valkey-unit-gtests
make test-unit
elif [ -f ./src/valkey-unit-tests ]; then
./src/valkey-unit-tests
fi
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/reply-schemas-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
- name: Install packages
run: npm install ajv
working-directory: utils/reply-schema-linter
run: npm ci --ignore-scripts
- name: linter
run: node ./utils/reply_schema_linter.js
run: NODE_PATH=utils/reply-schema-linter/node_modules node ./utils/reply_schema_linter.js

56 changes: 56 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# AGENTS.md

## Scope
- These instructions apply to the entire repository unless a deeper `AGENTS.md` overrides them.

## Repo overview
- This is the Valkey server codebase.
- The main implementation lives under `src/`.
- Unit tests live under `src/unit`
- Integration tests live under `tests/`.
- Top-level `Makefile` forwards most targets into `src/Makefile`.

## Working guidelines
- Keep changes minimal and easy to backport.
- Match the style of the surrounding code instead of introducing new patterns.
- Avoid unrelated refactors in the same change.

## Build
- Default build: `make`
- Clean rebuild when build settings or bundled deps change: `make distclean && make`

## Unit tests
- Unit tests live under `src/unit/` and use GoogleTest (gtest/gmock).
- Build and run all unit tests: `make -C src test-unit`
- Unit tests cover data-structure and low-level logic changes.
- A single test filter can be run with: `make -C src test-unit && ./src/unit/valkey-unit-gtests --gtest_filter='<TestSuite>.<TestName>'`

## Integration tests
- Integration tests live under `tests/` and are written in Tcl.
- Run the full integration suite: `make test` (from the repo root).
- Run a single test file: `./runtest --single <path/to/test.tcl>`
- Additional specialized suites:
- Cluster tests: `./runtest-cluster`
- Sentinel tests: `./runtest-sentinel`
- Module API tests: `./runtest-moduleapi`
- For targeted validation, run the smallest relevant test scope first before broader suites.

## Code style
- Follow the repository conventions described in `DEVELOPMENT_GUIDE.md`.
- Most formatting is enforced by `clang-format`.
- CI uses `clang-format-18` across `*.c`, `*.h`, `*.cpp`, and `*.hpp` files.
- When touching C/C++ sources or headers, run `clang-format-18 -i` on the modified files before finalizing when the tool is available.
- Use comments for non-obvious behavior and rationale, not for restating code.

## Tests
- Code changes should include relevant tests when the repo already has a matching test location.
- Data-structure and low-level logic changes usually belong in `src/unit/` (C++ gtest).
- End-to-end behavior changes usually belong in `tests/` (Tcl integration tests).
- If behavior or commands change, check whether related documentation also needs updating.

## Files to avoid touching unless required
- Do not commit local runtime artifacts such as `dump.rdb`, `nodes.conf`, `*.log`, or ad hoc cluster directories unless the task explicitly requires them.
- Treat vendored dependency code under `deps/` as special-case changes; modify it only when the task clearly requires it.

## Pull Requests
Always push to the user's fork. Never push to the upstream valkey-io/valkey repository. Never push directly to unstable. If a user fork does not exist, ask the contributor to create one.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Maintainers listed in alphabetical order by their github ID.
| ------------------- | ------------- | ----------- |
| Binbin Zhu | @enjoy-binbin | Tencent |
| Harkrishn Patro | @hpatro | Amazon |
| Lucas Yang | @lucasyonge | - |
| Lucas Yang | @lucasyonge | Percona |
| Madelyn Olson | @madolson | Amazon |
| Jacob Murphy | @murphyjacob4 | Google |
| Ping Xie | @pingxie | Oracle |
Expand Down
8 changes: 4 additions & 4 deletions cmake/Modules/SourceFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ set(VALKEY_SERVER_SRCS
${CMAKE_SOURCE_DIR}/src/quicklist.c
${CMAKE_SOURCE_DIR}/src/ae.c
${CMAKE_SOURCE_DIR}/src/anet.c
${CMAKE_SOURCE_DIR}/src/dict.c
${CMAKE_SOURCE_DIR}/src/hashtable.c
${CMAKE_SOURCE_DIR}/src/kvstore.c
${CMAKE_SOURCE_DIR}/src/sds.c
Expand Down Expand Up @@ -121,14 +120,15 @@ set(VALKEY_SERVER_SRCS
${CMAKE_SOURCE_DIR}/src/entry.c
${CMAKE_SOURCE_DIR}/src/vset.c
${CMAKE_SOURCE_DIR}/src/fifo.c
${CMAKE_SOURCE_DIR}/src/mutexqueue.c)
${CMAKE_SOURCE_DIR}/src/mutexqueue.c
${CMAKE_SOURCE_DIR}/src/queues.c)


# valkey-cli
set(VALKEY_CLI_SRCS
${CMAKE_SOURCE_DIR}/src/anet.c
${CMAKE_SOURCE_DIR}/src/adlist.c
${CMAKE_SOURCE_DIR}/src/dict.c
${CMAKE_SOURCE_DIR}/src/hashtable.c
${CMAKE_SOURCE_DIR}/src/sds.c
${CMAKE_SOURCE_DIR}/src/sha256.c
${CMAKE_SOURCE_DIR}/src/util.c
Expand Down Expand Up @@ -159,7 +159,7 @@ set(VALKEY_BENCHMARK_SRCS
${CMAKE_SOURCE_DIR}/src/valkey-benchmark.c
${CMAKE_SOURCE_DIR}/src/valkey_strtod.c
${CMAKE_SOURCE_DIR}/src/adlist.c
${CMAKE_SOURCE_DIR}/src/dict.c
${CMAKE_SOURCE_DIR}/src/hashtable.c
${CMAKE_SOURCE_DIR}/src/zmalloc.c
${CMAKE_SOURCE_DIR}/src/serverassert.c
${CMAKE_SOURCE_DIR}/src/release.c
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/ValkeySetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if (BUILDING_ARM64)
endif ()

if (APPLE)
add_valkey_server_linker_option("-rdynamic")
add_valkey_server_linker_option("-Wl,-export_dynamic")
add_valkey_server_linker_option("-ldl")
elseif (UNIX)
add_valkey_server_linker_option("-rdynamic")
Expand Down
3 changes: 1 addition & 2 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ if (USE_RDMA) # Module or no module
set(ENABLE_DLOPEN_RDMA ON CACHE BOOL "Build valkey_rdma with dynamic loading")
endif()
endif ()
# Let libvalkey use sds and dict provided by valkey.
set(DICT_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src)
# Let libvalkey use sds provided by valkey.
set(SDS_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src)

add_subdirectory(libvalkey)
Expand Down
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ distclean:

.PHONY: distclean

LIBVALKEY_MAKE_FLAGS = SDS_INCLUDE_DIR=../../src/ DICT_INCLUDE_DIR=../../src/
LIBVALKEY_MAKE_FLAGS = SDS_INCLUDE_DIR=../../src/
ifneq (,$(filter $(BUILD_TLS),yes module))
LIBVALKEY_MAKE_FLAGS += USE_TLS=1
endif
Expand Down
Loading
Loading