nrk / redis-lua

A Lua client library for the redis key value storage system.
MIT License
731 stars 239 forks source link

Error thrown in redis.lua #14

Closed ghost closed 12 years ago

ghost commented 12 years ago

Lua 5.0.3

Requiring redis.lua throws the error

/.../redis.lua:57: unexpected symbol near `...'

nrk commented 12 years ago

redis-lua requires Lua 5.1 as stated in the readme, it's not even tested on previous versions of Lua.