Closed
Description
This feature will make it be possible to share data among nginx worker processes without any other external services (e.g. redis, memorycached ) or libraries (e.g. SharedHashMap/Chronicle-Map, nginx lua shared dic). We will use MurmurHash3 32-bit to generate hash code.
The key/value of shared hash map can be
- int
- long
- String
- byte array.