blob: a0b08e18a7cff3e01a7f727a6065f2e17586208d (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "cpp-redis",
"version-string": "4.3.1",
"port-version": 3,
"description": "cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.",
"homepage": "https://github.com/cpp-redis/cpp_redis",
"dependencies": [
"tacopie"
]
}
|