Devlive 开源社区 本次搜索耗时 0.537 秒,为您找到 16 个相关结果.
  • 12. Standalone node

    649 2024-06-19 《Redisson》
    12.1. Overview 12.2. Configuration 12.2.1. Configuration. Settings mapReduceWorkers executorServiceWorkers redissonNodeInitializer beanFactory 12.2.2. Configuration. YAML con...
  • 3. Operations execution

    617 2024-06-19 《Redisson》
    3.1. Async way 3.2. Reactive way Redisson instances are fully thread-safe. Objects with synchronous/asynchronous methods could be reached via RedissonClient interface.Reactive...
  • 5. Data partitioning (sharding)

    584 2024-06-19 《Redisson》
    1. Partitioning (sharding) of Redis based Java objects 2. Partitioning (sharding) of Redis setup This feature available only in Redisson PRO edition. 1. Partitioning (shardin...
  • 11. Redis commands mapping

    505 2024-06-19 《Redisson》
    Redis command Sync / Async APIRedisson.create(config) Reactive APIredisson.reactive() RxJava3 APIredisson.rxJava() AUTH Config.setPassword() - - APPEND RBinarySt...
  • 15. Dependency list

    315 2024-06-19 《Redisson》
    Below are libraries list used by Redisson: Group id Artifact Id Version Dependency com.esotericsoftware kryo 5.4+ required (if Kryo is used as codec) com.esoter...
  • 13. Tools

    250 2024-06-19 《Redisson》
    13.1. Cluster management tool 13.1.1 Cluster management tool. Create Redis cluster 13.1.2 Cluster management tool. Remove Redis node 13.1.3 Cluster management tool. Move slots be...