Devlive 开源社区 本次搜索耗时 1.167 秒,为您找到 78 个相关结果.
  • API Models

    1071 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...
  • Utility First CSS 的优势与挑战

    什么是 Utility First CSS? Utility First CSS 是一种使用原子类(atomic classes)来构建用户界面的方法。不同于传统的语义化 CSS 类名,它使用大量的功能性类名来直接描述样式。例如: <!-- 传统方式 --> <button class = "btn-primary" > 按钮 </b...
  • Commands mapping

    1012 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 ...
  • JDBC

    Iceberg JDBC Integration JDBC Catalog Iceberg supports using a table in a relational database to manage Iceberg tables through JDBC. The database that JDBC connects to must suppo...
  • Pipelining

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

    885 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...
  • Exactly Once Support

    Achieving Exactly-Once Delivery with CommitStepStore Scalability 2 can also easily be parallelized where we have each container responsible for a subset of datasets. APIs Thi...