CMake Redis Introduction The CMake support for redis. Usage git clone https://github.com/antirez/redis git clone https://github.com/tobegit3hub/cmake_redis.git ./cmake_redis/copy_cmake_files.sh ./redis/ mkdir ./redis/build/ && cd ./redis/build/ && cmake .. && make