jcy1001

Results 10 comments of jcy1001

最低期望是射击轨迹的画面表现看起来是基于像素的直线,其他方面的处理与原先保持一致是可以的

effect cannt display correct on scrollview zooming

hi, redis has stream function in t_stream.c , redis7.0 has xgroupCreate like command , but our project not implemented, i only find xadd xdel xinfo ..in cmd_stream.cc, thanks ~

this is our project REDIS_REGISTER_COMMANDS(MakeCmdAttr("xadd", -5, "write", 1, 1, 1), MakeCmdAttr("xdel", -3, "write", 1, 1, 1), MakeCmdAttr("xlen", -2, "read-only", 1, 1, 1), MakeCmdAttr("xinfo", -2, "read-only", 0, 0, 0), MakeCmdAttr("xrange", -4,...

"Is this feature finished?" or "Is this feature still being worked on?"

@halx99 axmol2.0 "Is this feature finished?" or "Is this feature still being worked on?"

@DelinWorks axmol2.0 "Is this feature finished?" or "Is this feature still being worked on?"

@git-hulk I found redis7 has this code ,but kvrocks doesnot propagatetocluster /* PUBLISH */ void publishCommand(client *c) { if (server.sentinel_mode) { sentinelPublishCommand(c); return; } int receivers = pubsubPublishMessageAndPropagateToCluster(c->argv[1],c->argv[2],0); if (!server.cluster_enabled)...

> @jcy1001 Thanks for your investigation. So what you mean is PubSub behaves differently with Redis in cluster mode? 是,在redis集群下面客户端可以收到通知, kvrocks下收不到通知,分析看了是redis集群模式下,有做cluster的扩散,kvrocks只能通知本shard下的客户端

will you pan to support sdl2?