mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-17 05:18:04 +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])
|