Devlive 开源社区 本次搜索耗时 1.080 秒,为您找到 46 个相关结果.
  • 4. Data serialization

    2106 2024-06-19 《Redisson 3.31.0》
    Data serialization is extensively used by Redisson to marshall and unmarshall bytes received or sent over network link with Redis server. Many popular codecs are available for usa...
  • 3. Operations execution

    2045 2024-06-19 《Redisson 3.31.0》
    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)

    1783 2024-06-19 《Redisson 3.31.0》
    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

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

    974 2025-03-14 《Redisson 3.45.0》
    Using Redisson API Programmatic configuration is performed by the Config object instance. For example: Config config = new Config (); config . setTransportMode ( Transpo...
  • 15. Dependency list

    948 2024-06-19 《Redisson 3.31.0》
    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...
  • Distributed services

    723 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 ...
  • Cache API implementations

    705 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...
  • 13. Tools

    697 2024-06-19 《Redisson 3.31.0》
    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...
  • Distributed collections

    624 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...