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

    921 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...
  • Math

    918 2024-06-04 《Ramda 0.1.0》
    add divide multiply product subtract sum add Number → Number → Number Added in v0.1.0 Adds two values. See also subtract . R . add ( 2 , 3 ); //=> 5 R . ...
  • Server-Side Scripting

    904 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 ...
  • Reliability

    Reliability Iceberg was designed to solve correctness problems that affect Hive tables running in S3. Hive tables track data files using both a central metastore for partitions a...
  • Connectors

    Connectors Connector Source Sink CloudEvents Implements Technical Solution Structure and process Design Detail Description Worker Connector ConnectorRecord with CloudEvent...
  • Performance

    Performance Iceberg is designed for huge tables and is used in production where a single table can contain tens of petabytes of data. Even multi-petabyte tables can be read from ...
  • 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 ...
  • Contributing

    Contributing to Gobblin Code Contributions Documentation Contributions Contributing to Gobblin You can contribute to Gobblin in multiple ways. For resources and guides, please...
  • Low level client

    763 2025-03-15 《Redisson 3.45.0》
    Redisson uses high-perfomance async and lock-free Java client for Redis or Valkey. It supports both async and sync modes. The most popular use case is to execute a command not supp...
  • Data partitioning

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