scala-redis
Redis client
A Scala library providing a client for interacting with Redis key-value databases.
A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1k stars
61 watching
219 forks
Language: Scala
last commit: almost 2 years ago
Linked from 2 awesome lists
redisredis-clientscala
Related projects:
Repository | Description | Stars |
---|---|---|
etaty/rediscala | A high-performance Redis client for Scala with non-blocking and asynchronous I/O operations. | 788 |
xiusin/vredis | A Redis client written in V programming language, providing basic functionality for connecting to and interacting with Redis databases. | 7 |
zio/zio-redis | A ZIO-based client for the Redis in-memory data store | 123 |
denodrivers/redis | A Redis client implementation for the Deno runtime environment. | 454 |
wooga/eredis | An Erlang implementation of the Redis client with focus on performance and robustness. | 627 |
zhangq0355/as3redis | A Flash library that provides a client-side interface to the Redis in-memory data store | 4 |
2881099/csredis | A .NET client library for interacting with Redis and Redis Cluster instances. | 2,018 |
stefanwille/crystal-redis | A Redis client library for the Crystal programming language. | 380 |
stchang/redis | A software implementation of the Redis messaging system using Racket. | 17 |
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |
dwighthubbard/micropython-redis | A Redis client implementation designed for use with MicroPython on embedded microcontrollers. | 21 |
livestream/scredis | A high-performance, non-blocking Redis client for Scala applications | 153 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
whatyouhide/redix | A Redis client designed to provide fast and resilient connections to a Redis server | 1,102 |
vseloved/cl-redis | A Common Lisp Redis client with error handling and reconnect mechanisms. | 189 |