Devlive 开源社区 本次搜索耗时 0.761 秒,为您找到 11 个相关结果.
  • 9. Distributed services

    4440 2024-06-19 《Redisson 3.31.0》
    9.1. Remote service 9.1.1. Remote service. Message flow 9.1.2. Remote service. Fire-and-forget and ack-response modes 9.1.3. Remote service. Asynchronous, Reactive and RxJava3 c...
  • 7. Distributed collections

    4165 2024-06-19 《Redisson 3.31.0》
    7.1. Map 7.1.1. Map eviction, local cache and data partitioning Eviction Local cache How to load data to avoid invalidation messages traffic. Data partitioning 7.1.2. Map pers...
  • About SeaTunnel

    About SeaTunnel Why we need SeaTunnel Features of SeaTunnel SeaTunnel work flowchart Connector Who uses SeaTunnel Landscapes Learn more About SeaTunnel SeaTunnel i...
  • 14. Integration with frameworks

    3770 2024-06-19 《Redisson 3.31.0》
    14.1. Spring Framework 14.2. Spring Cache 14.2.1 Spring Cache. Local cache and data partitioning 14.2.2 Spring Cache. YAML config format 14.3. Hibernate Cache 14.3.1. Hibernate...
  • 6. Distributed objects

    3145 2024-06-19 《Redisson 3.31.0》
    6.1. Object holder 6.1.1. Object holder listeners 6.2. Binary stream holder 6.2.1. Binary stream holder listeners 6.3. Geospatial holder 6.4. BitSet 6.4.1. BitSet data partiti...
  • 1. Overview

    2182 2024-06-16 《Redisson 3.31.0》
    Redisson is the Redis Java client and Real-Time Data Platform. It provides more convenient and easiest way to work with Redis. Redisson objects provides a separation of concern, wh...
  • Cache API implementations

    397 2025-03-15 《Redisson 3.45.0》
    Spring Cache Redisson provides various Spring Cache implementations. Each Cache instance has two important parameters: ttl and maxIdleTime . Data is stored infinitely if these se...
  • Distributed services

    383 2025-03-14 《Redisson 3.45.0》
    Remote service Redisson provides Java Remote Services to execute remote procedure call using Redis or Valkey. Remote interface could have any type of method parameters and result ...
  • Distributed collections

    345 2025-03-14 《Redisson 3.45.0》
    Map Redis or Valkey based distributed Map object for Java implements ConcurrentMap interface. This object is thread-safe. Consider to use Live Object service to store POJO obje...
  • Integration with Spring

    325 2025-03-15 《Redisson 3.45.0》
    Spring Boot Starter Integrates Redisson with Spring Boot library. Depends on Spring Data Redis module. Supports Spring Boot 1.3.x - 3.4.x Usage 1. Add redisson-spring-boot-sta...