]> git.ipfire.org Git - thirdparty/ccache.git/commit
Touch up Redis storage code slightly
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 10 Jul 2021 19:24:35 +0000 (21:24 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 12 Jul 2021 11:24:17 +0000 (13:24 +0200)
commitb1569ec8572d26a689ea9a2888727cd4a4c56c41
tree9e9cdedeac26f8df166137f67cde0c549df90fff
parent5991736b15b6990b6a7f2ce88f83ea5ef1a74e92
Touch up Redis storage code slightly

Note: Unlike atoi, std::stoi throws an exception on conversion error so
use Util::parse_unsigned instead which throws an exception that is
caught correctly.
cmake/Findhiredis.cmake
doc/MANUAL.adoc
misc/upload-redis
src/storage/secondary/RedisStorage.cpp
src/storage/secondary/RedisStorage.hpp
test/suites/secondary_redis.bash