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 10eb19bb2d
Add archive notice
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-02-10 22:00:44 +01:00
include Completely rework and rewrite command line argument parsing. 2018-03-07 21:27:54 +01:00
paper Add paper. 2018-03-12 01:03:12 +01:00
protos Implement gRPC-based server. 2018-03-06 10:23:10 +01:00
src Remove comment that the port is optional when specifing host. 2018-03-08 14:49:05 +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 Add paper. 2018-03-12 01:03:12 +01:00
CMakeLists.txt Fix compilation under Linux. 2018-03-08 09:21:19 +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
proxy-example-conf.json Provide sample proxy configuration example. 2018-03-07 21:29:53 +01:00
README.md Add archive notice 2023-02-10 22:00:44 +01:00

A simple redis client written in modern C++17 🐝

Archive notice

This project was concluded in 2018, when the school project finished.
It is preserved purely for the sake of open source, no further development is planned.

License

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