antirez
|
532e0f5ded
|
full conversion from Lua return value to redis reply. Partial conversion from Redis reply to Lua type.
|
2011-05-25 12:32:45 +02:00 |
|
antirez
|
4ae5b5e163
|
pupulate the Lua global tables KEYS and ARGV before executing the script
|
2011-05-25 12:32:45 +02:00 |
|
antirez
|
00b7541b21
|
function to access to Redis command from Lua renamed from r() to redis()
|
2011-05-25 12:32:45 +02:00 |
|
antirez
|
7156f43c04
|
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
|
0f1d64ca57
|
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
|
7585836e6e
|
Lua function creation on EVAL, basic Lua return type to Redis protocol convertion done.
|
2011-05-25 12:32:43 +02:00 |
|