Re: ngx.shared.DICT serialize / deserialize

2017-11-11 Thread Yichun Zhang (agentzh)
Hello! On Thu, Nov 9, 2017 at 12:19 PM, Joel Parker wrote: > I am trying to load a table from disk (deserialize) into memory and then > add, change, remove the values in the table then write it periodically back > to disk (serialize). I looked at the documentation for the ngx.shared.DICT > (https:

ngx.shared.DICT serialize / deserialize

2017-11-09 Thread Joel Parker
I am trying to load a table from disk (deserialize) into memory and then add, change, remove the values in the table then write it periodically back to disk (serialize). I looked at the documentation for the ngx.shared.DICT ( https://github.com/openresty/lua-nginx-module#ngxshareddict) and it seems