mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 14:37:45 +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])
|