Devlive 开源社区 本次搜索耗时 3.325 秒,为您找到 386 个相关结果.
  • Commands mapping

    1202 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

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

    Querying from Google BigQuery Iceberg tables To read an Apache XTable™ (Incubating) synced Iceberg table from BigQuery , you have two options: Using Iceberg JSON metadata file ...
  • Connectors

    Connectors Connector Source Sink CloudEvents Implements Technical Solution Structure and process Design Detail Description Worker Connector ConnectorRecord with CloudEvent...
  • 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...
  • Data serialization

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

    1082 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...
  • User Guide

    1051 2024-07-05 《Apache Kyuubi 1.9.1》
    JDBC Drivers Command Line Interface(CLI)s Business Intelligence Tools and SQL IDEs ODBC Drivers Thrift APIs RESTful APIs and Clients Web UI Python Client Commons
  • Server-Side Scripting

    1041 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 ...
  • 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 ...