21 projects
Redis
Redis is an open-source, in-memory data structure store that can be used as a database, cache, message broker, and queue. It supports multiple data structures like strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
8,704
2,061
$14M
Redisson
Redisson is a Redis client for Java that provides distributed and scalable Java data structures and features on top of Redis. It offers thread-safe implementations of Java objects and collections, distributed services, and advanced Redis features with support for synchronous, asynchronous, and reactive interfaces.
4,632
502
$14M
redis-py
redis-py is the official Python client library for Redis, providing a Pythonic interface to interact with Redis databases. It enables Python applications to connect to Redis servers and use Redis data types and commands through an intuitive API.
3,376
973
$3.9M
Redis client for Go
A Go client library for Redis that provides a robust interface for interacting with Redis databases, supporting core Redis commands, connection pooling, and cluster operations
2,603
702
$2.9M
Spring Data JPA
Spring Data JPA is a framework that simplifies the implementation of JPA-based data access layers in Java applications by reducing boilerplate code and providing powerful repository abstractions and query methods.
1,795
324
$2.1M
Another Redis Desktop Manager
Another Redis Desktop Manager is a cross-platform GUI management client for Redis databases, offering features like data viewing, editing, terminal access, SSH tunneling, and cluster management through an intuitive interface
1,366
131
$448K
Hiredis
Hiredis is a minimalistic C client library for Redis, offering a high-performance, synchronous and asynchronous API for interacting with Redis servers
1,192
287
$365K
redis-rs
Redis library for rust
1,125
387
$1.4M
Predis
A flexible and feature-complete Redis/Valkey client for PHP.
1,092
331
$2.7M
Redigo
Go client for Redis
640
246
$215K
rueidis
Rueidis is a fast Redis client library for Go that implements the Redis protocol with optimizations for pipelining and connection pooling. It provides a high-performance, type-safe interface for interacting with Redis databases.
434
101
$5.1M
StackExchange.Redis
General purpose redis client