|
|
|
|
|
by sztanpet
5531 days ago
|
|
the lua api of redis seems a bit un-lua like, redis.exists('key') would be better
also, returning a boolean for exists instead of a number,
but it's such a small nit-pick that it hardly wants mention the possibilities this brings is quite huge tho, so quite excited |
|
So the whole point is to expose Redis in Lua in a way that is the most native related to the internals of Redis, and not the most comfortable/high-level.