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

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

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

4 Repos

Awesome GitHub RepositoriesRetry Policies

Automated logic for re-executing failed database commands during transient network interruptions.

Distinct from Database Connectivity: Distinct from Database Connectivity: focuses on the resilience and retry logic rather than the initial connection establishment.

Explore 4 awesome GitHub repositories matching data & databases · Retry Policies. Refine with filters or upvote what's useful.

Awesome Retry Policies GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dotnet/efcoreAvatar von dotnet

    dotnet/efcore

    14,587Auf GitHub ansehen↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Automatically retries failed database commands to maintain stability during transient connection errors.

    C#aspnet-productc-sharpdatabase
    Auf GitHub ansehen↗14,587
  • redis/jedisAvatar von redis

    redis/jedis

    12,331Auf GitHub ansehen↗

    Jedis is a Java library for connecting to Redis servers to execute commands and manage key-value data structures. It serves as a Java client and connection manager that facilitates the storage and retrieval of high-performance data. The project provides a cluster client for distributing data and requests across multiple nodes to ensure scaling and high availability. It includes a dedicated pub-sub client for real-time messaging through channel subscriptions and a pipelining tool to increase throughput by sending multiple commands in a single network round-trip. The library covers a broad ran

    Implements automated logic for re-executing failed commands and switching to backup nodes during network interruptions.

    Javajavajedisredis
    Auf GitHub ansehen↗12,331
  • phpredis/phpredisAvatar von phpredis

    phpredis/phpredis

    10,219Auf GitHub ansehen↗

    phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data storage and retrieval. It serves as an interface for manipulating strings, hashes, lists, sets, and sorted sets while providing a direct path for executing Redis commands and server-side scripts. The extension provides comprehensive support for distributed environments and high availability. It interfaces with Redis Cluster to distribute data across multiple nodes using hash slots and manages Redis Sentinel for service discovery and automatic failover. It also enables shared state

    Implements automated retry logic with exponential backoff to recover from transient network failures during database operations.

    Cclusterkeydbphp
    Auf GitHub ansehen↗10,219
  • taskforcesh/bullmqAvatar von taskforcesh

    taskforcesh/bullmq

    8,432Auf GitHub ansehen↗

    BullMQ is a Redis-backed message queue library and background processor designed for distributed task queueing. It functions as a distributed queue manager and task scheduler, utilizing Redis to manage asynchronous job processing and persistence. The system distinguishes itself through its role as a job workflow orchestrator, enabling the definition of complex parent-child job dependencies and hierarchies for multi-step workflows. It provides sandboxed process execution to isolate heavy workloads and prevent event loop blocking, alongside distributed rate limiting to protect downstream servic

    Handles disconnections by automatically attempting to reconnect to the Redis data store.

    TypeScriptbackground-jobselixirnodejs
    Auf GitHub ansehen↗8,432
  1. Home
  2. Data & Databases
  3. Database Connectivity
  4. Retry Policies