tile38/controller
Alex Roitman b55300b729 Lua scripting feature. (#224)
* Start on lua scripting

* Implement evalsha, script load, script exists, and script flush

* Type conversions from lua to resp/json.
Refactor to make luastate and luascripts persistent in the controller.

* Change controller.command and all underlying commands to return resp.Value.
Serialize only during the ouput.

* First stab at tile38 call from lua

* Change tile38 into tile38.call in Lua

* Property return errors from scripts

* Minor refactoring.  No locking on script run

* Cleanup/refactoring

* Create a pool of 5 lua states, allow for more as needed. Refactor.

* Use safe map for scripts.  Add a limit for max number of lua states.  Refactor.

* Refactor

* Refactor script commands into atomic, read-only, and non-atomic classes.
Proper locking for all three classes.
Add tests for scripts

* More tests for scripts

* Properly escape newlines in lua-produced errors

* Better test for readonly failure

* Correctly convert ok/err messages between lua and resp.
Add pcall, sha1hex, error_reply, status_reply functions to tile38 namespace in lua.

* Add pcall test. Change writeErr to work with string argument

* Make sure eval/evalsha never attempt to write AOF

* Add eval-set and eval-get to benchmarks

* Fix eval benchmark tests, add more

* Improve benchmarks

* Optimizations and refactoring.

* Add lua memtest

* Typo

* Add dependency

* golint fixes

* gofmt fixes

* Add scripting commands to the core/commands.json

* Use ARGV for args inside lua
2017-10-05 08:20:40 -07:00
..
bing doc typos 2016-11-16 13:01:19 -07:00
collection index optimizations 2017-08-10 17:32:40 -07:00
endpoint Merged AMQP endpoint 2017-03-23 10:27:23 +03:00
glob match on prefix star, fixes #76 2016-11-02 09:15:48 -07:00
log remove bsd file 2017-10-03 09:10:08 -07:00
server Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
aof.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
aofmigrate.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
aofshrink.go isolated expires list mutex 2017-09-30 11:06:10 -07:00
atomic.go atomic clients 2017-09-30 08:00:29 -07:00
bson.go Group geofence events 2016-12-06 10:30:48 -07:00
checksum.go isolated expires list mutex 2017-09-30 11:06:10 -07:00
client.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
config.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
controller.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
crud.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
dev.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
expire.go isolated expires list mutex 2017-09-30 11:06:10 -07:00
fence.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
follow.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
hooks.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
json.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
json_test.go first commit 2016-03-04 16:08:16 -07:00
keys.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
live.go Optimized pipelining 2017-09-30 19:34:25 -07:00
output.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
readonly.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
scan.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
scanner.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
scripts.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
search.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
stats.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
stats_cpu.go fixed window build error. bump 1.4.1 2016-08-26 14:18:35 -07:00
stats_cpu_darlin.go fixed window build error. bump 1.4.1 2016-08-26 14:18:35 -07:00
token.go Lua scripting feature. (#224) 2017-10-05 08:20:40 -07:00
token_test.go first commit 2016-03-04 16:08:16 -07:00