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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRedis Protocol Drivers

Low-level implementations that serialize high-level language calls into the specific Redis serialization protocol over TCP.

Distinct from TCP Protocol Implementations: Distinct from general TCP Protocol Implementations by specializing in the Redis-specific serialization format.

Explore 1 awesome GitHub repository matching networking & communication · Redis Protocol Drivers. Refine with filters or upvote what's useful.

Awesome Redis Protocol Drivers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • redis/redis-rbAvatar de redis

    redis/redis-rb

    4,001Voir sur GitHub↗

    This library is a Ruby client used to integrate Ruby applications with Redis databases. It provides a consistent interface for executing server commands and serves as a communication layer for managing database connectivity. The project includes specialized implementations for distributed environments, acting as a Redis Cluster driver for slot-aware request routing and a Redis Sentinel client for master instance discovery and failover management. It also functions as a distributed data sharder using consistent hashing and an SSL/TLS database connector for encrypted communication and mutual ce

    Implements the TCP-based Redis serialization protocol to communicate between Ruby applications and Redis servers.

    Ruby
    Voir sur GitHub↗4,001
  1. Home
  2. Networking & Communication
  3. TCP Protocol Implementations
  4. Redis Protocol Drivers