I want use redis in http{} module and stream {} module.
when i add
lua_shared_dict redis_cluster_slot_locks 100k
only in http {}, it can works, only in stream {}, it also works.
but both in http {} and stream {} , it's show
the shared memory zone "redis_cluster_slot_locks" is already declared for a different use in
I want use redis in http{} module and stream {} module. when i add
lua_shared_dict redis_cluster_slot_locks 100k
only in http {}, it can works, only in stream {}, it also works. but both in http {} and stream {} , it's shownow way, i use
and change
config dict_name
in different situation to achieve it.Is there other good way to sovle it ?