spout

Results 6 issues of spout

https://github.com/nevill/zongji/pull/21

增加生成环境的模版缓存池,很多应用都只用那么几个或者几十个模版,建立一个内存池缓存这些模版,将模版文件读取至内存中减少一次I/O

todo

利用C++模块加速rrestjs框架的部分功能

todo

rrestjs支持session的redis存储

todo

v3 doc need more example, such as api return schema like: ``` lua events = { { kv = { create_revision = "42", key = "/aaa/bbb", mod_revision = "43", value...

When using etcd's `cli:readdir`, if the value in this path is too large (by default: exceeding 4MB), you will encounter the following error: ``` rpc error: code = ResourceExhausted desc...