mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"key": "redis",
|
|
"name": "Redis",
|
|
"authors": [
|
|
"Marcelo Zimbres Silva"
|
|
],
|
|
"description": "Redis async client library built on top of Boost.Asio.",
|
|
"category": [
|
|
"Concurrent",
|
|
"IO"
|
|
],
|
|
"maintainers": [
|
|
"Marcelo Zimbres Silva <mzimbres@gmail.com>"
|
|
],
|
|
"cxxstd": "17"
|
|
}
|