projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
On crash suggest to give --test-memory a try.
[redis.git]
/
src
/
scripting.c
2012-03-09
antirez
Merge conflicts resolved.
blob
|
commitdiff
|
raw
2012-02-24
antirez
Lua_cmsgpack added to Redis scripting.
blob
|
commitdiff
|
raw
2012-02-22
Salvatore Sanfilippo
Merge pull request #304 from bradvoth/unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-16
antirez
Merge branch 'issue327' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-14
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-13
Salvatore Sanfilippo
Merge pull request #334 from lsbardel/quantredis
blob
|
commitdiff
|
raw
|
diff to current
2012-02-13
lsbardel
added lua struct c extension
blob
|
commitdiff
|
raw
|
diff to current
2012-02-02
antirez
Now Lua scripts dispatch Redis commands properly callin...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-01
antirez
SORT is now more deterministic: does not accept to...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
antirez
Order output of commands returning random arrays using...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-30
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-30
Salvatore Sanfilippo
Merge pull request #319 from fawek/lua-error-location
blob
|
commitdiff
|
raw
|
diff to current
2012-01-29
Jakub Wieczorek
Lua reports line numbers off by one in error messages
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
Salvatore Sanfilippo
Merge pull request #173 from jasondavies/typo
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
antirez
New script timeout semantics and SCRIPT KILL implemente...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-27
antirez
If a Lua script executes for more time than the max...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
antirez
Don't timeout scripts if the instance is a slave.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
antirez
SCRIPT LOAD now returns the SHA1 instead of +OK
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
antirez
Fixes for the scripting refactoring and new commands...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
antirez
SCRIPT LOAD implemented, scripting eval command refacto...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-24
antirez
SCRIPT command for introspection and control of the...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-20
antirez
Redis.call is now split into two variants of the same...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-20
Salvatore Sanfilippo
Merge pull request #147 from janoberst/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
antirez
JSON support for Lua scripting, based on work from...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Salvatore Sanfilippo
Merge pull request #118 from dvirsky/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
antirez
replaced redisAssert() with redisAssertWithInfo() in...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-27
antirez
Scripting engine now only loads selected libraries...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-27
antirez
Return errors if a write command is called inside a...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-27
antirez
Deny commands flagged as REDIS_CMD_NOSCRIPT from Lua...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-23
antirez
Lua math.random and math.randomseed replaced with our...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
antirez
merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
antirez
Merge branch 'unstable' of github.com:antirez/redis...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-13
antirez
Replicate EVALSHA as EVAL taking a dictionary of sha1...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
antirez
master branch merged into scripting.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
unstable merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
antirez
Updated to unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Make sure error and status replies emitted by Lua scrip...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Fix for wrong error level detection in redis.log()
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
All commands exported by Redis to Lua scripts are now...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
EVALSHA implemented
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Now it is possible to return multi bulks of multi bulks...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
for performance reasons only set the debug hook if...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Lua max exec time fixes: redisLog() to log the event...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
call the Lua hook with minor frequency. It is already...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Lua scripts max execution time
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
call lua_gc() for incremental garbage collection. Likel...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Lua scripting: Honor SELECT command in both ways
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Fixed a problem in the script engine that crashed the...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Status replies converted in a special way like errors...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Fixed nul bulk parsing in Redis protocol to Lua type...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Multi bulk to Lua table now working
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Fixed arity detection of Redis command executed from...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
full conversion from Lua return value to redis reply...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
pupulate the Lua global tables KEYS and ARGV before...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
function to access to Redis command from Lua renamed...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Correctly glue the reply buffer. For now returned as...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Lua call of Redis command work in progress: sorry I...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
antirez
Lua function creation on EVAL, basic Lua return type...
blob
|
commitdiff
|
raw
|
diff to current