Files
zitadel/apps/api/internal/cache/connector/redis/_select.lua
2025-08-05 15:20:32 -07:00

4 lines
130 B
Lua

-- SELECT ensures the DB namespace for each script.
-- When used, it consumes the first ARGV entry.
redis.call("SELECT", ARGV[1])