This file (236B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
--
-- Created by IntelliJ IDEA.
-- User: patrikx3
-- Date: 7/9/20
-- Time: 4:59 PM
-- To change this template use File | Settings | File Templates.
--
for i = 1, 100000, 1 do
redis.call("SET", "bulk-key-"..i, i)
end
return "Ok!"