loveyacper
loveyacper
#4 These code is from redis.
You are right. Thanks for your advice.
The `redisIntSet.c` and `redisZipList.c` files are copied from redis source, just for compatibility with redis, for Qedis can read RDB file generated by redis. `_HandlePacket` is the non-public member function's...
The zk version should be 3.4.6, I haven't test Qedis on other versions. Before run Qedis, you should use zkCli to create permanent node:`/servers`,also create permanent node for set: `/servers/set-1`...
I recommend checkout code on this commit: `bd74ecec830bd387c6504a9519325dfcc82f77a8`. It's a clean repo for stable sentinel.
感谢指正,问题待看后讨论
不是缺文件。 在安装过程的第一步,通过git下载tars并且安装,你说的这两个文件会放在thirdparty/tars/include/util目录下。 应该是你安装tars失败了; 注意安装tars之前需要flex和bison
谢谢反馈; 应该是tseerserver做了缓存,这里我看下,缓存需要有强制刷新。
个人原因,在 ananas 上的时间不足。你可以贡献代码发个 PR。