]> git.ipfire.org Git - thirdparty/ccache.git/commit
Add optional Redis secondary storage backend (#875)
authorAnders Björklund <anders.f.bjorklund@gmail.com>
Sat, 10 Jul 2021 18:39:59 +0000 (20:39 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jul 2021 18:39:59 +0000 (20:39 +0200)
commit1ef63482fb1fd8508dae311a690442b43f656be6
treea3399d1473be1f2e333c5a214a80fab0d3546fe0
parentccb9e7abaf5de02c9938f1d7f7238316909ec165
Add optional Redis secondary storage backend (#875)
13 files changed:
.github/workflows/build.yaml
.github/workflows/codeql-analysis.yaml
CMakeLists.txt
cmake/Findhiredis.cmake [new file with mode: 0644]
doc/MANUAL.adoc
misc/upload-redis [new file with mode: 0755]
src/CMakeLists.txt
src/storage/Storage.cpp
src/storage/secondary/CMakeLists.txt
src/storage/secondary/RedisStorage.cpp [new file with mode: 0644]
src/storage/secondary/RedisStorage.hpp [new file with mode: 0644]
test/CMakeLists.txt
test/suites/secondary_redis.bash [new file with mode: 0644]