Devlive 开源社区 本次搜索耗时 0.794 秒,为您找到 45 个相关结果.
  • Client-Side Caching

    199 2025-03-15 《Redisson 3.45.0》
    Native implementation Client Side caching is implemented using client tracking listener through RESP3 protocol available in Redis or Valkey. It’s used to speed up read operation...
  • Web Session Management

    185 2025-03-15 《Redisson 3.45.0》
    Tomcat Session Redisson implements Redis or Valkey based Tomcat Session Manager. It stores session of Apache Tomcat in Redis or Valkey and allows to distribute requests across a ...
  • Standalone Redisson node

    174 2025-03-15 《Redisson 3.45.0》
    Overview Redisson offers ability to run as standalone node and participate in distributed computing. Such Nodes are used to run MapReduce , ExecutorService , ScheduledExecutorServ...
  • Transactions

    162 2025-03-15 《Redisson 3.45.0》
    Transactions management RMap , RMapCache , RLocalCachedMap , RSet , RSetCache and RBucket Redisson objects may participant in Transaction with ACID properties. It uses locks for...
  • Data partitioning

    151 2025-03-14 《Redisson 3.45.0》
    All Redisson Java objects are Redis or Valkey cluster compatible, but their state isn’t scaled/partitioned to multiple master nodes in cluster. Redisson PRO offers data partitioni...