Devlive 开源社区 本次搜索耗时 0.913 秒,为您找到 117 个相关结果.
  • GitHub 趋势日报 (2025年05月17日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Shell C++ C Dart Java Rust PHP Swift C TypeScript MDX Python Go Ruby Kotlin Dockerfile Markdown Lua Vim Script Jupyter Notebook J...
  • API Models

    468 2025-03-14 《Redisson 3.45.0》
    Synchronous and Asynchronous API Redisson instances are fully thread-safe. Synchronous and Asynchronous API could be reached via RedissonClient interface. Most Redisson objects...
  • Standalone Redisson node

    450 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...
  • Introduction to EventMesh

    Introduction to EventMesh Features Introduction to EventMesh Apache EventMesh is a fully serverless platform used to build distributed event-driven applications. ...
  • Commands mapping

    441 2025-03-15 《Redisson 3.45.0》
    Redis or Valkey command Sync / Async APIRedisson.create(config) Reactive APIredisson.reactive() RxJava3 APIredisson.rxJava() AUTH Config.setPassword() - - APPEND ...
  • 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> ...
  • Data serialization

    437 2025-03-14 《Redisson 3.45.0》
    Data serialization is extensively used by Redisson to marshall and unmarshall bytes received or sent over network link with Redis or Valkey server. Many popular codecs are availabl...
  • 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...
  • GitHub 趋势日报 (2025年05月20日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Go C JavaScript Kotlin PHP C++ Swift TypeScript Lua Dart Markdown HTML Java Shell Ruby Roff MDX Batchfile Vim Script Nextflow Jup...