-
Updated
Oct 22, 2021 - Java
#
redis-client
Here are 562 public repositories matching this topic...
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
java
map
redis
set
list
queue
executor
cache
scheduler
redis-cluster
lock
session
tomcat
distributed
redis-client
hibernate
mapreduce
distributed-locks
spring-cache
-
Updated
Oct 12, 2021 - JavaScript
Type-safe Redis client for Golang
-
Updated
Oct 22, 2021 - Go
-
Updated
Oct 22, 2021 - TypeScript
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
java
redis
reactive
asynchronous
redis-sentinel
redis-cluster
redis-client
azure-redis-cache
aws-elasticache
-
Updated
Oct 22, 2021 - Java
justinclloyd
commented
Jul 12, 2021
It would be nice to be able to augment cache hit ratio metrics with how many requests were marked as uncacheable, which could be done by adding the MAIN.beresp_uncacheable metric to the metrics already being pulled from Varnish.
.NET's leading C# Redis Client
-
Updated
Oct 10, 2021 - C#
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
http
mqtt
json
queue
aio
xml
websocket
coroutines
icmp
redis-client
mime
thread-pool
net
memcached-clients
smtp-client
beanstalk
dbpool
handlersocket
server-framework
-
Updated
Oct 23, 2021 - C
asyncio (PEP 3156) Redis support
python
redis
redis-sentinel
python3
redis-client
asyncio
python-3
aioredis
python36
hacktoberfest
python37
python38
python39
python310
-
Updated
Oct 20, 2021 - Python
.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
-
Updated
Sep 28, 2021 - C#
Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
-
Updated
Aug 17, 2021 - Python
Your high performance web application C framework
c
json
framework
networking
webserver
websocket-server
websockets
concurrency
pubsub
redis-client
server-sent-events
http-parser
http-protocol
-
Updated
Oct 20, 2021 - C
A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
-
Updated
Sep 21, 2021 - Scala
Python cluster client for the official redis cluster. Redis 3.0+.
-
Updated
Sep 24, 2021 - Python
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
-
Updated
Apr 1, 2019 - C++
QuickRedis is a free forever Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, supports multiple languages, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform.
redis
manager
redis-cluster
desktop
sentinel
redis-client
rdm
redis-desktop-manager
linux-platform
redis-gui
cluster-mode
redis-gui-client
redisdesktopmanager
redis-desktop
quickredis
-
Updated
Oct 15, 2021 - JavaScript
Fast, pipelined, resilient Redis driver for Elixir. 🛍
-
Updated
Oct 13, 2021 - Elixir
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
ruby
redis
rack
server
webserver
websocket-server
cluster
pubsub
sse
redis-client
websocket-protocol
http-server
eventmachine
event-source
ruby-mri
concurrent-connections
-
Updated
Oct 23, 2021 - C
Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
-
Updated
Oct 19, 2021 - Go
Redis client written in C++
redis
c-plus-plus
cpp
redis-cluster
cpp11
redis-client
connection-pool
redis-cluster-client
redis-sentinels
hiredis
-
Updated
Oct 15, 2021 - C++
redis client for Python asyncio (has support for redis server, sentinel and cluster)
-
Updated
Oct 13, 2021 - Python
漂亮的Go语言通用后台管理系统,包含:计划任务 / MySQL管理 / Redis管理 / FTP管理 / SSH管理 / 服务器管理 / Caddy配置 / DDNS / FRP可视化配置 / 云存储管理 等功能。可运行于 Windows / Linux / MacOS 等主流系统平台和 树莓派 / 路由器 等ARM设备
ddns
web-ui
webdav
cron-jobs
redis-client
caddy
mysql-client
sftp-client
file-manager
ftp-server
database-manager
web-server-dashboard
ssh-manager
off-line-download
frp-ui
-
Updated
Oct 24, 2021 - Go
redis-client
redis-cluster-client
redis-sentinel-client
redis-pooling
resp3-client
redis6-client
client-side-caching
-
Updated
Oct 9, 2021 - C#
-
Updated
Oct 20, 2021 - C#
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
-
Updated
Sep 25, 2021 - C++
Redis for humans. 🌎 🌍 🌏
python
redis
library
cache
bloom-filter
lock
distributed
redis-client
dict
forhumans
redis-cache
no-sql
-
Updated
Oct 22, 2021 - Python
Vapor provider for RediStack
-
Updated
Sep 30, 2021 - Swift
Improve this page
Add a description, image, and links to the redis-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redis-client topic, visit your repo's landing page and select "manage topics."


Add an example script that shows how to use the
BLPOPcommand to block indefinitely until an element is pushed to a list, then returns that element and displays it withconsole.log.Use the
LPUSHcommand to push an element into the list, which should unblock yourBLPOPcall.For this, you'll need to use the "isolated" option, see the documentation in the README [here](https://github.