wheatserver icon indicating copy to clipboard operation
wheatserver copied to clipboard

A application server framework help you build your own application server. Now supporting WSGI Server and Redis Cluster!

Results 3 wheatserver issues
Sort by recently updated
recently updated
newest added

``` cc -I/usr/include/python2.7 -O3 -Wall -o wheatserver config.o net.o log.o wstr.o list.o dict.o hook.o sig.o networking.o util.o register.o stats.o event.o setproctitle.o slice.o debug.o portable.o memalloc.o array.o app/application.o protocol/protocol.o worker/mbuf.o worker/worker.o...

您好,我目前也在自己开发redis cluster的proxy,获取redis slots信息 维护在proxy里面 关于redis协议这块,我想从官网扒出来, 感觉有点麻烦,不知道您那边协议库,可以扒出来用到我自己的proxy上面吗?

cc -O3 -Wall -c util.c -o util.o util.c: In function ‘string2ll’: util.c:364: error: ‘ULLONG_MAX’ undeclared (first use in this function) util.c:364: error: (Each undeclared identifier is reported only once util.c:364:...