Devlive 开源社区 本次搜索耗时 0.756 秒,为您找到 157 个相关结果.
  • Transactions

    2029 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...
  • Commands mapping

    1935 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 ...
  • EventMesh Runtime Protocol

    EventMesh Runtime Protocol TCP Protocol Protocol Format Message Object in the Business Logic Layer Message Composition Specification Example of Client-Server Interaction Clien...
  • Run Java SDK Demo

    Run Java SDK Demo 1. TCP 1.1 ASYNC 1.2 BROADCAST 2 HTTP 2.1 ASYNC 3 GRPC 3.1 ASYNC Publish & Webhook Subscribe 3.2 SYNC Publish & Stream Subscribe 3.3 Publish BATCH Message ...
  • Getting Started

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

    Knative Prerequisite Create Knative Source and Sink Set up EventMesh Configuration Step 2: Publish an Event Message from Knative Step 3: Subscribe from an EventMesh Expected Res...
  • TCP Protocol

    TCP Protocol TCP Consumer TCP Producer Asynchronous Producer Synchronous Producer TCP Protocol EventMesh SDK for Java implements the TCP producer and consumer of synchronous...
  • Pipelining

    1723 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...
  • High Level Consumer

    1716 2025-03-26 《Apache Gobblin 0.17.0》
    Problem Statement New Design & Details Problem Statement Current Gobblin Kafka High Level Consumer uses Kafka Consumer (0.8) APIs and gobblin support for them will be depreca...
  • Server-Side Scripting

    1631 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 ...