antirez
|
d8cdc503e7
|
function to access to Redis command from Lua renamed from r() to redis()
|
2011-05-25 12:32:45 +02:00 |
|
antirez
|
2039ac2211
|
Correctly glue the reply buffer. For now returned as it is to Lua, but will be converted into Lua native type later.
|
2011-05-25 12:32:44 +02:00 |
|
antirez
|
09e9cb316e
|
Lua call of Redis command work in progress: sorry I have to go to the cinema to watch the Source Code movie
|
2011-05-25 12:32:44 +02:00 |
|
antirez
|
3dd67db52c
|
Lua function creation on EVAL, basic Lua return type to Redis protocol convertion done.
|
2011-05-25 12:32:43 +02:00 |
|