awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesReactive Command Composers

Chains multiple Redis operations by flat-mapping over reactive types, passing each result into the next command.

Distinct from Functional Reactive Programming Frameworks: Distinct from Functional Reactive Programming Frameworks: focuses on composing database commands reactively, not general FRP state management.

Explore 1 awesome GitHub repository matching software engineering & architecture · Reactive Command Composers. Refine with filters or upvote what's useful.

Awesome Reactive Command Composers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • redis/lettuceالصورة الرمزية لـ redis

    redis/lettuce

    5,756عرض على GitHub↗

    Lettuce is a Redis client library for Java that provides synchronous, asynchronous, and reactive programming models for interacting with Redis databases. It supports standalone, cluster, sentinel, pub/sub, and search operations through a single thread-safe connection model that handles command execution without blocking the calling thread. The library distinguishes itself through its reactive streams integration with Project Reactor, enabling non-blocking, backpressure-aware data processing with Mono and Flux types. It offers cluster slot routing that transparently handles MOVED and ASK redir

    Composes multiple Redis operations by flat-mapping over reactive types for non-blocking chaining.

    Javaasynchronousaws-elasticacheazure-redis-cache
    عرض على GitHub↗5,756
  1. Home
  2. Software Engineering & Architecture
  3. Functional Reactive Programming Frameworks
  4. Reactive Command Composers

استكشف الوسوم الفرعية

  • Reactive Sequence WrappersUtilities for wrapping and composing observable sequences from reactive libraries with functional data types. **Distinct from Reactive Command Composers:** Focuses on wrapping observable sequences rather than composing database commands specifically