Simple redis client written in modern C++17 as school assignment. 🐝
This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Christoph Heiss 0e7993c194 Completely rework and rewrite command line argument parsing.
Also fix some things: To actually set a variable to the value of the
argument, & clipp::value must be used, not .set().
2018-03-07 21:27:54 +01:00
include Completely rework and rewrite command line argument parsing. 2018-03-07 21:27:54 +01:00
protos Implement gRPC-based server. 2018-03-06 10:23:10 +01:00
src Completely rework and rewrite command line argument parsing. 2018-03-07 21:27:54 +01:00
tests Add redlock implementation and test to demonstrate a distributed lock using redis. 2018-03-05 15:50:32 +01:00
.editorconfig Initial commit. 2018-01-19 18:31:32 +01:00
.gitignore Initial commit. 2018-01-19 18:31:32 +01:00
CMakeLists.txt Add gRPC compilation support. 2018-03-06 08:37:44 +01:00
Doxyfile.in Doxygen: Include README into generated documentation. 2018-02-20 20:48:02 +01:00
LICENSE Initial commit. 2018-01-19 18:31:32 +01:00
README.md Initial commit. 2018-01-19 18:31:32 +01:00

resply - a modern C++ redis client 🐝

License

resply is licensed under the terms of the Boost Software License, Version 1.0