lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

feature: implemented the lindex method for list type shared dict value

Open tokers opened this issue 6 years ago • 8 comments
trafficstars

The lindex method returns the element at index index in the shared dict list. Just like the LINDEX of Redis.

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

tokers avatar Feb 21 '19 05:02 tokers

@agentzh @membphis Rewrote it with the FFI method.

tokers avatar Feb 23 '19 13:02 tokers

The sibling PR is https://github.com/openresty/lua-resty-core/pull/231.

tokers avatar Feb 23 '19 13:02 tokers

This pull request is now in conflict :(

mergify[bot] avatar Jun 26 '20 00:06 mergify[bot]