Devlive 开源社区 本次搜索耗时 0.761 秒,为您找到 315 个相关结果.
  • EventMesh Stream

    EventMesh Stream Overview of Event Streaming Requirements Functional Requirements Design Details Architecture Design EventMesh-Stream Component Event Event Channel Event End...
  • Getting Started

    441 2025-03-14 《Redisson 3.45.0》
    1. Add dependency Maven <dependency> <groupId> org.redisson </groupId> <artifactId> redisson </artifactId> <version> xVERSIONx </version> </dependency> ...
  • Common methods

    428 2025-03-14 《Redisson 3.45.0》
    1. Object name Name of Redisson object stored as a key in Redis or Valkey. Example: RMap map = redisson . getMap ( "mymap" ); map . getName (); // = mymap 2. Commo...
  • Transactions

    427 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...
  • Pipelining

    385 2025-03-15 《Redisson 3.45.0》
    Multiple commands can be sent in a batch using RBatch object in a single network call. Command batches allows to reduce the overall execution time of a group of commands. In Redis...
  • Server-Side Scripting

    359 2025-03-15 《Redisson 3.45.0》
    LUA Scripting Redisson provides RScript object to execute Lua script. It has atomicity property and used to process data on Redis or Valkey side. Script could be executed in two ...
  • GitHub 趋势日报 (2025年05月30日)

    📈 今日获星趋势图 🌈 语言分布图 🏆 今日热门项目 Top 6 📋 完整排行榜 🎯 分语言热门项目 ● C++" level="3">● C++ ● Vim Script" level="3">● Vim Script ● Go" level="3">● Go ● C" level="3">● C ● Swift" level="3...
  • Data partitioning

    341 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...
  • GitHub 趋势日报 (2025年05月26日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Rust TypeScript C Dart C++ C Vim Script Python PHP Lua PowerShell JavaScript Swift Java Shell MDX Ruby HTML Kotlin Batchfile CMak...
  • Object references

    250 2025-03-14 《Redisson 3.45.0》
    It’s possible to use a Redisson object inside another Redisson object in any combination. In this case a special reference object will be used and handled by Redisson. Usage exampl...