diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 00000000..242df684 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "key": "redis", + "name": "Redis", + "authors": [ + "Marcelo Zimbres" + ], + "description": "Redis async client library built on top of Boost.Asio.", + "category": [ + "Concurrent", + "IO" + ], + "maintainers": [ + "Marcelo Zimbres " + ], + "cxxstd": "17" +} \ No newline at end of file