Skip to content

Commit

Permalink
Update rediscluster.lua
Browse files Browse the repository at this point in the history
update rediscluster dict_name
  • Loading branch information
theweakgod authored Jan 31, 2024
1 parent cb52590 commit 97b4b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apisix/utils/rediscluster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ local function new_redis_cluster(conf, dict_name)
end


function _M.new(conf)
return new_redis_cluster(conf)
function _M.new(conf, dict_name)
return new_redis_cluster(conf, dict_name)
end


Expand Down

0 comments on commit 97b4b8b

Please sign in to comment.