diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-06-09 22:27:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-09 22:27:31 -0700 |
| commit | 09764bfab7cbcd872ac333ea498fdbd6358dafc0 (patch) | |
| tree | 1df315e49efb6d333b2c3bc0eb90e37defd39a8c /ports/cpp-redis/CONTROL | |
| parent | 0532d22eee968521ed23def7bdc83c1152c0191a (diff) | |
| parent | a9b3cb7fe9d369e471ca1d811a14df0b88cf5385 (diff) | |
| download | vcpkg-09764bfab7cbcd872ac333ea498fdbd6358dafc0.tar.gz vcpkg-09764bfab7cbcd872ac333ea498fdbd6358dafc0.zip | |
Merge pull request #1245 from atkawa7/patch-3
Lightweight Redis client
Diffstat (limited to 'ports/cpp-redis/CONTROL')
| -rw-r--r-- | ports/cpp-redis/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/cpp-redis/CONTROL b/ports/cpp-redis/CONTROL new file mode 100644 index 000000000..30491dca4 --- /dev/null +++ b/ports/cpp-redis/CONTROL @@ -0,0 +1,3 @@ +Source: cpp-redis +Version: 3.5.1 +Description: cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining. |
