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

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

    Quick Start Deploying Kyuubi Security Client Documentation Integrations Monitoring SQL References Tools
  • 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...
  • 分配主节点

    下一步 集群安装向导将所选服务的主组件分配给集群中的相应主机,并在分配主组件中显示分配情况。左列显示服务和当前主机。右列显示主机当前的主组件分配,指示每个主机上安装的 CPU 核心数和 RAM 量。 要更改服务的主机分配,请从该服务的下拉菜单中选择主机名。 要删除 ZooKeeper 实例,请单击要删除的主机地址旁边的绿色 - 图标。 当您对作业满意...
  • 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 ...
  • Data serialization

    1304 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

    1293 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...
  • 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...
  • Server-Side Scripting

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