Devlive 开源社区 本次搜索耗时 0.770 秒,为您找到 46 个相关结果.
  • 2. Configuration

    13889 2024-06-19 《Redisson 3.31.0》
    2.1. Programmatic configuration 2.2. Declarative configuration 2.2.1 YAML file based configuration 2.2.2 Variable syntax 2.2.3 Passwords encryption 2.3. Common settings codec ...
  • 9. Distributed services

    8254 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

    8063 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...
  • 14. Integration with frameworks

    7058 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

    6181 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...
  • 10. Additional features

    6009 2024-06-19 《Redisson 3.31.0》
    10.1. Operations with Redis nodes 10.2. References to Redisson objects 10.3. Execution batches of commands 10.4. Transactions 10.5. XA Transactions 10.6. Scripting 10.7. Func...
  • Configuration

    4457 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...
  • 1. Overview

    4444 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...
  • 16. Observability

    4422 2024-06-19 《Redisson 3.31.0》
    16.1. Metrics 1. AppOptics 2. Atlas 3. Azure 4. Amazon CloudWatch 5. Datadog 6. Dropwizard 7. Dynatrace 8. Elastic 9. Ganglia 10. Graphite 11. Humio 12. Influx 13. JMX ...
  • 8. Distributed locks and synchronizers

    4123 2024-06-19 《Redisson 3.31.0》
    8.1. Lock 8.2. Fair Lock 8.3. MultiLock 8.4. RedLock 8.5. ReadWriteLock 8.6. Semaphore 8.7. PermitExpirableSemaphore 8.8. CountDownLatch 8.9. Spin Lock 8.10. Fenced Lock ...