redis-lua icon indicating copy to clipboard operation
redis-lua copied to clipboard

Correction of Issue #43

Open cedroyer opened this issue 9 years ago • 2 comments

For Lua 5.2 and 5.3 compatibility, change all dangerous:

table.insert(table,pos,value)

to

table[pos] = value

cedroyer avatar Dec 29 '15 11:12 cedroyer

I would greatly appreciate a merge of this, is anyone still around and active that could merge this?

NotAFile avatar Jul 16 '18 12:07 NotAFile

ITNOA

@nrk Did you have any plan to merge this?

soroshsabz avatar Mar 31 '22 15:03 soroshsabz