git-hulk (@githulk) 's Twitter Profile
git-hulk

@githulk

Software Engineer

ID: 2803071145

linkhttp://www.hulkdev.com calendar_today11-09-2014 04:53:31

61 Tweet

50 Takipçi

91 Takip Edilen

tison (@tison1096) 's Twitter Profile Photo

新生项目的第 1000 个 issue/PR,我希望在这个月写一篇《如何识别开源项目?》谈一谈个人参与如何选择项目 :) github.com/apache/incubat…

Roman Gershman 🇮🇱 (@romanger) 's Twitter Profile Photo

RoF: they use RocksDB flavors and thus - spend energy to sort, index key/values. I have not tested their solution, but I used their report as a baseline: redis.com/blog/redis-on-… KeyDB, kvrocks - they rely rocksdb thus have similar properties as RoF.

git-hulk (@githulk) 's Twitter Profile Photo

There's a bit different between RoF and Kvrocks in replication. RoF needs to iterator all keys if I guess right, but Kvrocks sends LSM files directly.

git-hulk (@githulk) 's Twitter Profile Photo

Very thrilled to announce that Kvrocks has become an Apache Top-Level-Project, it's a new starting point for the community.

git-hulk (@githulk) 's Twitter Profile Photo

One of the Kvrocks users asked in the rocksdb thread about the compaction issue, and Mark guided us to the right direction if my memory serves. ☺️☺️

git-hulk (@githulk) 's Twitter Profile Photo

I guess Alexandre Dulaunoy @[email protected] would like the SCAN-compatible feature in 2.5.0, now can switch the redis-py to the community version. Huge thanks to 纪华裕 who makes this possible. 😊😊

Willem jiang (@willemjiang) 's Twitter Profile Photo

#中国开源 最近大家twitter 在讨论进入ASF项目的门槛问题。我想说两个观察: 7年前项目孵化找mentor需要远度重洋去美国参加ApacheCon去找mentor一个一个谈;现在项目可以在CommunityOverCode Asia大会上直接找项目导师。找导师的门槛降低了不代表我们对项目的要求降低了!

git-hulk (@githulk) 's Twitter Profile Photo

I think what makes Apache Kvrocks different is it compatible with most of Redis commands include String/Hash/Set/ZSET/List/Stream/Transaction/Lua, even if Redis Stack like RedisBloom and RedisJSON.

Apache Kvrocks (@apache_kvrocks) 's Twitter Profile Photo

The Apache Kvrocks community is pleased to announce that 2.7.0 has been released! The notable changes include: - JSON data structure - Redis Function - Use Speedb as an alternative to rocksdb - Dynamic change number of worker threads github.com/apache/kvrocks…

Apache Kvrocks (@apache_kvrocks) 's Twitter Profile Photo

We're thrill to announce Apache Kvrocks 2.8.0 was released now. It includes many improvements, new commands, as well as exciting features like RESP3. For more information: github.com/apache/kvrocks…

Phil Eaton (@eatonphil) 's Twitter Profile Photo

Renaissance of the Redis-compatible cache > Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. github.com/apache/kvrocks > Garnet is a remote cache-store from Microsoft Research that offers strong

Renaissance of the Redis-compatible cache

> Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.

github.com/apache/kvrocks

> Garnet is a remote cache-store from Microsoft Research that offers strong
Apache - The ASF (@theasf) 's Twitter Profile Photo

Apache Kvrocks 2.12.0 has been released and is now available for download: buff.ly/lFw9Nxy Kvrocks is a distributed key-value NoSQL database that uses RocksDB as a storage engine and is compatible with the Redis protocol.

git-hulk (@githulk) 's Twitter Profile Photo

随着 Agent 配套工具从 MCP 转向 CLI,通过各种源(Script, NPM, HomeBrew) 安装下来之后基本就忘了,创建一个小工具可以统一安装,更新和调用已经安装 CLI: github.com/git-hulk/clime