Skip to content

Commit

Permalink
Organizes data
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarhaber committed Mar 19, 2022
1 parent 96a0fa7 commit 32574aa
Show file tree
Hide file tree
Showing 384 changed files with 2,572 additions and 3,215 deletions.
6 changes: 6 additions & 0 deletions _index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Redis
linkTitle: Redis
---

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. [Learn more →](/topics/introduction)
4 changes: 4 additions & 0 deletions clients/actionscript/github.com/mikeheier/Redis-AS3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Redis-AS3",
"description": "An as3 client library for redis."
}
5 changes: 5 additions & 0 deletions clients/activex-com/gitlab.com/erik4/redis-com-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Redis COM client",
"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.",
"homepage": "https://gitlab.com/erik4/redis-com-client"
}
4 changes: 4 additions & 0 deletions clients/bash/github.com/SomajitDey/redis-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "redis-client",
"description": "extensible client library for Bash scripting or command-line + connection pooling + redis-cli"
}
7 changes: 7 additions & 0 deletions clients/bash/github.com/crypt1d/redi.sh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Redi.sh",
"description": "Simple, Bash-based, Redis client to store your script's variables",
"twitter": [
"nkrzalic"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Redis Connector for Dell Boomi",
"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 changes: 4 additions & 0 deletions clients/c/code.google.com/p/credis/source/browse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "credis",
"description": ""
}
7 changes: 7 additions & 0 deletions clients/c/github.com/EulerianTechnologies/eredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "eredis",
"description": "Fast and light Redis C client library extending Hiredis: thread-safe, write replication, auto-reconnect, sync pool, async libev",
"twitter": [
"EulerianTech"
]
}
4 changes: 4 additions & 0 deletions clients/c/github.com/Nordix/hiredis-cluster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "hiredis-cluster",
"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 changes: 4 additions & 0 deletions clients/c/github.com/aclisp/hiredispool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "hiredispool",
"description": "Provides connection pooling and auto-reconnect for hiredis. It is also minimalistic and easy to do customization."
}
9 changes: 9 additions & 0 deletions clients/c/github.com/redis/hiredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "hiredis",
"description": "This is the official C client. Support for the whole command set, pipelining, event driven programming.",
"twitter": [
"antirez",
"pnoordhuis",
"badboy_"
]
}
4 changes: 4 additions & 0 deletions clients/c/github.com/toymachine/libredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "libredis",
"description": "Support for executing commands on multiple servers in parallel via poll(2), ketama hashing. Includes PHP bindings."
}
7 changes: 7 additions & 0 deletions clients/c/github.com/vipshop/hiredis-vip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "hiredis-vip",
"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.",
"twitter": [
"diguo58"
]
}
7 changes: 7 additions & 0 deletions clients/clojure/github.com/ptaoussanis/carmine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "carmine",
"description": "Simple, high-performance Redis (2.0+) client for Clojure.",
"twitter": [
"ptaoussanis"
]
}
8 changes: 8 additions & 0 deletions clients/common-lisp/github.com/vseloved/cl-redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "CL-Redis",
"description": "",
"homepage": "http://www.cliki.net/cl-redis",
"twitter": [
"BigThingist"
]
}
8 changes: 8 additions & 0 deletions clients/cpp/github.com/0xsky/xredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "xredis",
"description": "Redis C++ client with data slice storage, Redis cluster, connection pool, master replica connection, read/write separation; requires hiredis only",
"homepage": "http://xredis.0xsky.com/",
"twitter": [
"0xsky"
]
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/Levhav/SimpleRedisClient.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "SimpleRedisClient",
"description": "Simple Redis client for C++",
"twitter": [
"Levhav"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "acl-redis",
"description": "Standard C++ Redis Client with high performance and stl-like interface, supporting Redis Cluster, thread safety",
"homepage": "https://github.com/acl-dev/acl/tree/master/lib_acl_cpp/samples/redis",
"twitter": [
"zhengshuxin"
]
}
4 changes: 4 additions & 0 deletions clients/cpp/github.com/basiliscos/cpp-bredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "bredis",
"description": "Boost::ASIO low-level redis client"
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/cpp-redis/cpp_redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "cpp_redis",
"description": "C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform.",
"twitter": [
"simon_ninon"
]
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/eyjian/r3c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "r3c",
"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.",
"twitter": [
"eyjian"
]
}
8 changes: 8 additions & 0 deletions clients/cpp/github.com/hamidr/async-redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "async-redis",
"description": "An async redis library for C++ based on libevpp/boost-asio",
"homepage": "https://github.com/hamidr/async-redis",
"twitter": [
"hamidr_"
]
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/hmartiro/redox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "redox",
"description": "Modern, asynchronous, and fast C++11 client for Redis",
"twitter": [
"hmartiros"
]
}
4 changes: 4 additions & 0 deletions clients/cpp/github.com/icerlion/FlyRedis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "FlyRedis",
"description": "C++ Redis Client, base on Boost.asio, Easy To Use"
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/luca3m/redis3m.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "redis3m",
"description": "A C++ wrapper of hiredis, with also connection pooling, high availability and ready-to-use patterns",
"twitter": [
"luca3m"
]
}
3 changes: 3 additions & 0 deletions clients/cpp/github.com/mrpi/redis-cplusplus-client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "C++ Client"
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/mzimbres/aedis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "aedis",
"description": "An async redis client designed for simplicity and reliability.",
"twitter": [
"mzimbres"
]
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/nekipelov/redisclient.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "redisclient",
"description": "A C++ asynchronous client based on boost::asio",
"twitter": [
"nekipelov"
]
}
5 changes: 5 additions & 0 deletions clients/cpp/github.com/nokia/wiredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "wiredis",
"description": "Standalone, asynchronous Redis client library based on ::boost::asio and c++11 standard",
"homepage": "https://github.com/nokia/wiredis"
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/sewenew/redis-plus-plus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "redis-plus-plus",
"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.",
"twitter": [
"sewenew"
]
}
4 changes: 4 additions & 0 deletions clients/cpp/github.com/shawn246/redis_client.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "c+redis+client",
"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 changes: 4 additions & 0 deletions clients/cpp/github.com/tdv/redis-cpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "redis-cpp",
"description": "redis-cpp is a library in C++17 for executing Redis commands with support of the pipelines and publish / subscribe pattern"
}
7 changes: 7 additions & 0 deletions clients/cpp/github.com/uglide/qredisclient.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "qredisclient",
"description": "Asynchronous Qt-based Redis client with SSL and SSH tunnelling support.",
"twitter": [
"u_glide"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "soce-redis",
"description": "Based on hiredis, accesses the sever(single, sentinel, cluster) with the same interface, supports pipeline and async(by coroutine)",
"homepage": "https://github.com/wusongwei/soce/tree/master/soce-redis"
}
8 changes: 8 additions & 0 deletions clients/crystal/github.com/stefanwille/crystal-redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "crystal-redis",
"description": "Full featured, high performance Redis client for Crystal",
"homepage": "http://www.stefanwille.com/projects/crystal-redis/",
"twitter": [
"stefanwille"
]
}
8 changes: 8 additions & 0 deletions clients/crystal/github.com/vladfaust/mini_redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "mini_redis",
"description": "A light-weight low-level Redis client for Crystal",
"homepage": "http://github.vladfaust.com/mini_redis/",
"twitter": [
"vladfaust"
]
}
4 changes: 4 additions & 0 deletions clients/csharp/github.com/2881099/FreeRedis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "FreeRedis",
"description": "This .NET client supports redis6.0+, cluster, sentinel, pipeline, And simple api."
}
5 changes: 5 additions & 0 deletions clients/csharp/github.com/IKende/BeetleX.Redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "BeetleX.Redis",
"description": "A high-performance async/non-blocking redis client components for dotnet core, default support json and protobuf data format",
"homepage": "https://github.com/IKende/BeetleX.Redis"
}
5 changes: 5 additions & 0 deletions clients/csharp/github.com/NewLifeX/NewLife.Redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "NewLife.Redis",
"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",
"homepage": "https://github.com/NewLifeX/NewLife.Redis"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ServiceStack.Redis",
"description": "This is a fork and improvement of the original C# client written by Miguel De Icaza.",
"twitter": [
"demisbellot"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "StackExchange.Redis",
"description": "This .NET client was developed by Stack Exchange for very high performance needs (replacement to the earlier BookSleeve).",
"twitter": [
"marcgravell"
]
}
5 changes: 5 additions & 0 deletions clients/csharp/github.com/andrew-bn/RedisBoost.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "redisboost",
"description": "Thread-safe async Redis client. Offers high performance and simple api",
"homepage": "http://andrew-bn.github.io/RedisBoost/"
}
7 changes: 7 additions & 0 deletions clients/csharp/github.com/ctstone/csredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "csredis",
"description": "Async (and sync) client for Redis and Sentinel",
"twitter": [
"ctnstone"
]
}
7 changes: 7 additions & 0 deletions clients/csharp/github.com/mhowlett/Nhiredis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Nhiredis",
"description": "A lightweight wrapper around the C client hiredis.",
"twitter": [
"matt_howlett"
]
}
7 changes: 7 additions & 0 deletions clients/csharp/github.com/migueldeicaza/redis-sharp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "redis-sharp",
"description": "",
"twitter": [
"migueldeicaza"
]
}
4 changes: 4 additions & 0 deletions clients/csharp/github.com/pepelev/Rediska.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Rediska",
"description": "Rediska is a Redis client for .NET with a focus on flexibility and extensibility."
}
7 changes: 7 additions & 0 deletions clients/csharp/www.nuget.org/packages/Sider.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Sider",
"description": "Minimalistic client for C#/.NET 4.0",
"twitter": [
"chakrit"
]
}
8 changes: 8 additions & 0 deletions clients/d/github.com/adilbaig/Tiny-Redis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Tiny Redis",
"description": "A Redis client for D2. Supports pipelining, transactions and Lua scripting",
"homepage": "http://adilbaig.github.io/Tiny-Redis/",
"twitter": [
"aidezigns"
]
}
8 changes: 8 additions & 0 deletions clients/dart/github.com/SiLeader/dedis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "dedis",
"description": "Simple Redis Client for Dart",
"homepage": "https://pub.dev/packages/dedis",
"twitter": [
"cerussite127"
]
}
Loading

0 comments on commit 32574aa

Please sign in to comment.