awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gomodule avatar

gomodule/redigo

0
View on GitHub↗
9,860 स्टार्स·1,237 फोर्क्स·Go·Apache-2.0·3 व्यूज़

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.

स्टार हिस्ट्री

gomodule/redigo के लिए स्टार हिस्ट्री चार्टgomodule/redigo के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Redigo के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Redigo के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • redis/go-redisredis का अवतार

    redis/go-redis

    22,159GitHub पर देखें↗

    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
    GitHub पर देखें↗22,159
  • redis/redis-pyredis का अवतार

    redis/redis-py

    13,566GitHub पर देखें↗

    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
    GitHub पर देखें↗13,566
  • luin/ioredisluin का अवतार

    luin/ioredis

    15,295GitHub पर देखें↗

    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
    GitHub पर देखें↗15,295
  • redis/rueidisredis का अवतार

    redis/rueidis

    2,899GitHub पर देखें↗

    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
    GitHub पर देखें↗2,899
Redigo के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

gomodule/redigo क्या करता है?

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

gomodule/redigo की मुख्य विशेषताएं क्या हैं?

gomodule/redigo की मुख्य विशेषताएं हैं: Redis Clients, Connection Pools, Database Command Interfaces, Database Connection Managers, Key-Value Stores, Command Pipelining, Command Batching, Pipelining Tools।

gomodule/redigo के कुछ ओपन-सोर्स विकल्प क्या हैं?

gomodule/redigo के ओपन-सोर्स विकल्पों में शामिल हैं: 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…