redis-lua
redis-lua copied to clipboard
Correction of Issue #43
For Lua 5.2 and 5.3 compatibility, change all dangerous:
table.insert(table,pos,value)
to
table[pos] = value
I would greatly appreciate a merge of this, is anyone still around and active that could merge this?
ITNOA
@nrk Did you have any plan to merge this?