mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:27:31 +00:00
4 lines
130 B
Lua
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])
|