awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesClient-Side Cache Invalidations

Local storage of database responses with synchronization via server-sent invalidation signals.

Distinguishing note: The candidates focus on build artifacts, CPU instructions, or edge CDNs, not client-library local caches for databases.

Explore 2 awesome GitHub repositories matching data & databases · Client-Side Cache Invalidations. Refine with filters or upvote what's useful.

Awesome Client-Side Cache Invalidations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • netflix/falcorNetflix 的头像

    Netflix/falcor

    10,572在 GitHub 上查看↗

    Falcor is a JavaScript library that models remote data as a single virtual JSON graph, providing a path-based query engine for efficient client-side data retrieval and updates. It represents multiple remote data sources as a unified document where entities are accessed via globally unique identity paths. The system distinguishes itself by treating the remote data model as a virtual JSON resource, allowing the client to query specific paths without managing individual endpoints. It uses a reference-aware graph model to handle many-to-many relationships and prevents data duplication. Network ef

    Maintains a local cache and supports invalidating stale paths following mutation operations.

    JavaScript
    在 GitHub 上查看↗10,572
  • redis/rueidisredis 的头像

    redis/rueidis

    2,899在 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

    Implements client-side caching that synchronizes state using invalidation notifications to minimize network round trips.

    Gocacheclient-side-cachingdistributed
    在 GitHub 上查看↗2,899
  1. Home
  2. Data & Databases
  3. Client-Side Cache Invalidations