Skip to content

Commit 32574aa

Browse files
committed
Organizes data
1 parent 96a0fa7 commit 32574aa

File tree

384 files changed

+2572
-3215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

384 files changed

+2572
-3215
lines changed

_index.md

Lines changed: 6 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Redis-AS3",
3+
"description": "An as3 client library for redis."
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Redis COM client",
3+
"description": "A COM wrapper for StackExchange.Redis that allows using Redis from a COM environment like Classic ASP (ASP 3.0) using vbscript, jscript or any other COM capable language.",
4+
"homepage": "https://gitlab.com/erik4/redis-com-client"
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "redis-client",
3+
"description": "extensible client library for Bash scripting or command-line + connection pooling + redis-cli"
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Redi.sh",
3+
"description": "Simple, Bash-based, Redis client to store your script's variables",
4+
"twitter": [
5+
"nkrzalic"
6+
]
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Redis Connector for Dell Boomi",
3+
"description": "A custom connector for Dell Boomi that utilizes the lettuce.io Java client to add Redis client support to the Dell Boomi iPaaS."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "credis",
3+
"description": ""
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "eredis",
3+
"description": "Fast and light Redis C client library extending Hiredis: thread-safe, write replication, auto-reconnect, sync pool, async libev",
4+
"twitter": [
5+
"EulerianTech"
6+
]
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "hiredis-cluster",
3+
"description": "This is an updated fork of hiredis-cluster, the C client for Redis Cluster, with added TLS and AUTH support, decoupling hiredis as an external dependency, leak corrections and improved testing."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "hiredispool",
3+
"description": "Provides connection pooling and auto-reconnect for hiredis. It is also minimalistic and easy to do customization."
4+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "hiredis",
3+
"description": "This is the official C client. Support for the whole command set, pipelining, event driven programming.",
4+
"twitter": [
5+
"antirez",
6+
"pnoordhuis",
7+
"badboy_"
8+
]
9+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "libredis",
3+
"description": "Support for executing commands on multiple servers in parallel via poll(2), ketama hashing. Includes PHP bindings."
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "hiredis-vip",
3+
"description": "This was the original C client for Redis Cluster. Support for synchronous and asyncronous APIs, MSET/MGET/DEL, pipelining. Built around an outdated version of hiredis.",
4+
"twitter": [
5+
"diguo58"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "carmine",
3+
"description": "Simple, high-performance Redis (2.0+) client for Clojure.",
4+
"twitter": [
5+
"ptaoussanis"
6+
]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "CL-Redis",
3+
"description": "",
4+
"homepage": "http://www.cliki.net/cl-redis",
5+
"twitter": [
6+
"BigThingist"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "xredis",
3+
"description": "Redis C++ client with data slice storage, Redis cluster, connection pool, master replica connection, read/write separation; requires hiredis only",
4+
"homepage": "http://xredis.0xsky.com/",
5+
"twitter": [
6+
"0xsky"
7+
]
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "SimpleRedisClient",
3+
"description": "Simple Redis client for C++",
4+
"twitter": [
5+
"Levhav"
6+
]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "acl-redis",
3+
"description": "Standard C++ Redis Client with high performance and stl-like interface, supporting Redis Cluster, thread safety",
4+
"homepage": "https://github.com/acl-dev/acl/tree/master/lib_acl_cpp/samples/redis",
5+
"twitter": [
6+
"zhengshuxin"
7+
]
8+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "bredis",
3+
"description": "Boost::ASIO low-level redis client"
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "cpp_redis",
3+
"description": "C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform.",
4+
"twitter": [
5+
"simon_ninon"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "r3c",
3+
"description": "Redis Cluster C++ Client, based on hiredis, support password and standalone, it's easy to make and use, not depends on C++11 or later.",
4+
"twitter": [
5+
"eyjian"
6+
]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "async-redis",
3+
"description": "An async redis library for C++ based on libevpp/boost-asio",
4+
"homepage": "https://github.com/hamidr/async-redis",
5+
"twitter": [
6+
"hamidr_"
7+
]
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "redox",
3+
"description": "Modern, asynchronous, and fast C++11 client for Redis",
4+
"twitter": [
5+
"hmartiros"
6+
]
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "FlyRedis",
3+
"description": "C++ Redis Client, base on Boost.asio, Easy To Use"
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "redis3m",
3+
"description": "A C++ wrapper of hiredis, with also connection pooling, high availability and ready-to-use patterns",
4+
"twitter": [
5+
"luca3m"
6+
]
7+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "C++ Client"
3+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "aedis",
3+
"description": "An async redis client designed for simplicity and reliability.",
4+
"twitter": [
5+
"mzimbres"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "redisclient",
3+
"description": "A C++ asynchronous client based on boost::asio",
4+
"twitter": [
5+
"nekipelov"
6+
]
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "wiredis",
3+
"description": "Standalone, asynchronous Redis client library based on ::boost::asio and c++11 standard",
4+
"homepage": "https://github.com/nokia/wiredis"
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "redis-plus-plus",
3+
"description": "This is a Redis client, based on hiredis and written in C++11. It supports scritpting, pub/sub, pipeline, transaction, Redis Cluster, Redis Sentinel, connection pool, ACL, SSL and thread safety.",
4+
"twitter": [
5+
"sewenew"
6+
]
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "c+redis+client",
3+
"description": "A redis client based on hiredis, supports cluster/pipeline and is thread safe and includes two files only. The transaction is on the way:)"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "redis-cpp",
3+
"description": "redis-cpp is a library in C++17 for executing Redis commands with support of the pipelines and publish / subscribe pattern"
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "qredisclient",
3+
"description": "Asynchronous Qt-based Redis client with SSL and SSH tunnelling support.",
4+
"twitter": [
5+
"u_glide"
6+
]
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "soce-redis",
3+
"description": "Based on hiredis, accesses the sever(single, sentinel, cluster) with the same interface, supports pipeline and async(by coroutine)",
4+
"homepage": "https://github.com/wusongwei/soce/tree/master/soce-redis"
5+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "crystal-redis",
3+
"description": "Full featured, high performance Redis client for Crystal",
4+
"homepage": "http://www.stefanwille.com/projects/crystal-redis/",
5+
"twitter": [
6+
"stefanwille"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mini_redis",
3+
"description": "A light-weight low-level Redis client for Crystal",
4+
"homepage": "http://github.vladfaust.com/mini_redis/",
5+
"twitter": [
6+
"vladfaust"
7+
]
8+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "FreeRedis",
3+
"description": "This .NET client supports redis6.0+, cluster, sentinel, pipeline, And simple api."
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "BeetleX.Redis",
3+
"description": "A high-performance async/non-blocking redis client components for dotnet core, default support json and protobuf data format",
4+
"homepage": "https://github.com/IKende/BeetleX.Redis"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "NewLife.Redis",
3+
"description": "The high-performance redis client supports .NETCORE/.NET4.0/.NET4.5, which is specially optimized for big data and message queuing. The average daily call volume of single online application is 10 billion",
4+
"homepage": "https://github.com/NewLifeX/NewLife.Redis"
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "ServiceStack.Redis",
3+
"description": "This is a fork and improvement of the original C# client written by Miguel De Icaza.",
4+
"twitter": [
5+
"demisbellot"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "StackExchange.Redis",
3+
"description": "This .NET client was developed by Stack Exchange for very high performance needs (replacement to the earlier BookSleeve).",
4+
"twitter": [
5+
"marcgravell"
6+
]
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "redisboost",
3+
"description": "Thread-safe async Redis client. Offers high performance and simple api",
4+
"homepage": "http://andrew-bn.github.io/RedisBoost/"
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "csredis",
3+
"description": "Async (and sync) client for Redis and Sentinel",
4+
"twitter": [
5+
"ctnstone"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Nhiredis",
3+
"description": "A lightweight wrapper around the C client hiredis.",
4+
"twitter": [
5+
"matt_howlett"
6+
]
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "redis-sharp",
3+
"description": "",
4+
"twitter": [
5+
"migueldeicaza"
6+
]
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Rediska",
3+
"description": "Rediska is a Redis client for .NET with a focus on flexibility and extensibility."
4+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Sider",
3+
"description": "Minimalistic client for C#/.NET 4.0",
4+
"twitter": [
5+
"chakrit"
6+
]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Tiny Redis",
3+
"description": "A Redis client for D2. Supports pipelining, transactions and Lua scripting",
4+
"homepage": "http://adilbaig.github.io/Tiny-Redis/",
5+
"twitter": [
6+
"aidezigns"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "dedis",
3+
"description": "Simple Redis Client for Dart",
4+
"homepage": "https://pub.dev/packages/dedis",
5+
"twitter": [
6+
"cerussite127"
7+
]
8+
}

0 commit comments

Comments
 (0)