awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gomodule avatar

gomodule/redigo

0
View on GitHub↗
9,860 stars·1,237 forks·Go·Apache-2.0·16 views

Redigo

Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and interact with Redis data stores.

The library includes a connection pool manager to maintain a cache of reusable open connections and a pipelining tool that groups multiple commands into a single network round-trip to increase throughput and reduce latency. It also provides an implementation for broadcasting events and receiving real-time messages through Redis communication channels.

The project covers broader capability areas including remote scripting for executing logic on the server, the management of database connection lifecycles, and the execution of the full Redis command set.

Features

  • Redis Clients - Serves as a comprehensive library for managing connections and interacting with Redis data stores.
  • Connection Pools - Maintains a cache of reusable open connections to eliminate the overhead of frequent network handshakes.
  • Database Command Interfaces - Provides a flexible interface for sending and processing the full set of Redis database commands.
  • Database Connection Managers - Implements lifecycle management for remote data store connections to ensure stable communication.
  • Key-Value Stores - Enables the execution of key-value operations to manage application state within a Redis data store.
  • Command Pipelining - Groups multiple commands into a single network round-trip to increase throughput and reduce latency.
  • Command Batching - Optimizes system throughput by grouping multiple Redis commands into single network requests.
  • Pipelining Tools - Implements a pipelining tool that reduces network round-trips by grouping multiple commands.
  • Pub/Sub Clients - Implements real-time event broadcasting and message subscriptions using Redis communication channels.
  • Server-Side Scripting - Executes Lua scripts on the Redis server to perform complex logic operations directly within the data store.
  • Server-Side Scripting - Supports executing Lua scripts directly on the Redis server for improved performance and atomicity.
  • Publish-Subscribe Messaging - Provides mechanisms to broadcast events and receive real-time messages via a publish-subscribe model.
  • Publish-Subscribe Systems - Allows applications to listen to specific communication channels for real-time message updates.
  • Database Drivers - Redis client library.
  • Database Tools - Redis client library.
  • NoSQL Databases - Popular Redis client for Go.

Star history

Star history chart for gomodule/redigoStar history chart for gomodule/redigo

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Redigo

These projects share indexed features with Redigo. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • redis/go-redisredis avatar

    redis/go-redis

    22,159View on GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Gogogolangredis
    View on GitHub↗22,159
  • redis/redis-pyredis avatar

    redis/redis-py

    13,566View on GitHub↗

    redis-py is a Python client library for interacting with Redis databases to execute commands and manage key-value data. It serves as a driver for programmatic data manipulation, providing interfaces for Redis command execution and key-value storage. The project includes a dedicated cluster client that handles topology discovery, slot mapping, and request routing across distributed nodes. It further supports high availability through active-active deployment coordination, utilizing health checks and failure detection to trigger automatic failover between instances. The library incorporates ne

    Pythonpythonredisredis-client
    View on GitHub↗13,566
  • luin/ioredisluin avatar

    luin/ioredis

    15,295View on GitHub↗

    ioredis is a performance-focused Redis client for Node.js designed to execute commands and manage data connections. It provides a specialized interface for interacting with standalone servers, sharded clusters, and high-availability setups. The library distinguishes itself with native support for Redis Cluster, featuring automatic slot discovery and network address mapping, and Redis Sentinel for master node discovery and automatic failover. It also includes a dedicated Lua scripting interface that utilizes server-side caching to ensure atomic operations. The project covers a broad set of ca

    TypeScript
    View on GitHub↗15,295
  • redis/rueidisredis avatar

    redis/rueidis

    2,899View on GitHub↗

    Rueidis is a high-performance Redis client library for Go that provides a type-safe and asynchronous interface for interacting with Redis servers. It includes a full implementation of the Redis serialization protocol and a dedicated connection manager to handle pooling, multiplexing, and automatic pipelining. The library is distinguished by its support for RDMA connectivity to reduce latency and CPU overhead. It features a distributed lock manager that implements majority-based locking and optimistic concurrency control, as well as client-side caching with invalidation signals to minimize net

    Gocacheclient-side-cachingdistributed
    View on GitHub↗2,899
Compare all 30 related projects→

Frequently asked questions

What does gomodule/redigo do?

Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and interact with Redis data stores.

What are the main features of gomodule/redigo?

The main features of gomodule/redigo are: Redis Clients, Connection Pools, Database Command Interfaces, Database Connection Managers, Key-Value Stores, Command Pipelining, Command Batching, Pipelining Tools.

Which projects share features with gomodule/redigo?

Projects with overlapping indexed features include: redis/go-redis — This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive… redis/redis-py — redis-py is a Python client library for interacting with Redis databases to execute commands and manage key-value… luin/ioredis — ioredis is a performance-focused Redis client for Node.js designed to execute commands and manage data connections. It… redis/rueidis — Rueidis is a high-performance Redis client library for Go that provides a type-safe and asynchronous interface for… redis/ioredis — ioredis is a performance-focused Redis client for Node.js applications. It provides a comprehensive interface for… predis/predis — Predis is a PHP library for connecting to and executing commands against Redis and Valkey data stores. It functions as…