Devlive 开源社区 本次搜索耗时 0.363 秒,为您找到 770 个相关结果.
  • Data serialization

    442 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...
  • GitHub 趋势日报 (2025年05月21日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 PHP C Swift C Dart TypeScript MDX C++ Go Ruby Vim Script HTML Jupyter Notebook Markdown PowerShell Python Rust Java Batchfile Lua ...
  • Transactions

    436 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...
  • Common methods

    432 2025-03-14 《Redisson 3.45.0》
    1. Object name Name of Redisson object stored as a key in Redis or Valkey. Example: RMap map = redisson . getMap ( "mymap" ); map . getName (); // = mymap 2. Commo...
  • 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...
  • GitHub 趋势日报 (2025年05月30日)

    📈 今日获星趋势图 🌈 语言分布图 🏆 今日热门项目 Top 6 📋 完整排行榜 🎯 分语言热门项目 ● C++" level="3">● C++ ● Vim Script" level="3">● Vim Script ● Go" level="3">● Go ● C" level="3">● C ● Swift" level="3...
  • gRPC Protocol

    gRPC Protocol gRPC Consumer Stream Consumer Webhook Consumer gRPC Producer Asynchronous Producer Synchronous Producer Batch Producer gRPC Protocol EventMesh SDK for Java ...
  • GitHub 趋势日报 (2025年05月22日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Go C Swift C++ JavaScript Lua C PHP Ruby TypeScript Vim Script Java Rust Dart Markdown Kotlin MDX Python Shell Jupyter Notebook B...
  • Development Roadmap

    Development Roadmap List of Features and Milestones Connector Implementation Status Event Store Implementation Status Development Roadmap The development roadmap of Apache Ev...
  • Pipelining

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