awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesCommand Buffering

Temporary storage of database commands that are executed once a connection is successfully established.

Distinct from Connection Establishment: Focuses on queuing operations pending connection, not just the authentication handshake.

Explore 3 awesome GitHub repositories matching data & databases · Command Buffering. Refine with filters or upvote what's useful.

Awesome Command Buffering GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • automattic/mongooseAvatar von Automattic

    Automattic/mongoose

    27,479Auf GitHub ansehen↗

    Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations

    Provides a local buffer to queue database commands until the connection to the data instance is active.

    JavaScript
    Auf GitHub ansehen↗27,479
  • luin/ioredisAvatar von luin

    luin/ioredis

    15,295Auf GitHub ansehen↗

    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

    Stores commands issued before a connection is active in a queue for execution upon server availability.

    TypeScript
    Auf GitHub ansehen↗15,295
  • redis/rueidisAvatar von redis

    redis/rueidis

    2,899Auf GitHub ansehen↗

    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

    Implements a flow buffer to queue database commands for managed write sequences and response handling.

    Gocacheclient-side-cachingdistributed
    Auf GitHub ansehen↗2,899
  1. Home
  2. Data & Databases
  3. Connection Establishment
  4. Command Buffering