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

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

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

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

    1230 2024-06-19 《Redisson》
    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...
  • 10. Additional features

    1080 2024-06-19 《Redisson》
    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...
  • 6. Distributed objects

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

    823 2024-06-16 《Redisson》
    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

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

    698 2024-06-19 《Redisson》
    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 ...
  • 4. Data serialization

    673 2024-06-19 《Redisson》
    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...