Spring boot calling RedisTemplate.execute lua script not concatenating strings

后端 未结 0 1059
醉梦人生
醉梦人生 2020-11-21 21:46

I have a spring boot application and am using redis.

I\'m excuting this lua script via the redisTemplate:

local rootKey = tostring(ARGV[1])
local zSetN         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题