| /redis-3.2.3/src/ |
| H A D | scripting.c | 166 lua_newtable(lua); in redisProtocolToLuaType_Status() 176 lua_newtable(lua); in redisProtocolToLuaType_Error() 194 lua_newtable(lua); in redisProtocolToLuaType_MultiBulk() 217 lua_newtable(lua); in luaPushError() 221 if(lua_getstack(lua, 1, &dbg) && lua_getinfo(lua, "nSl", &dbg)) { in luaPushError() 339 lua_pop(lua,1); in luaReplyToRedisReply() 670 if (lua_gettop(lua) != 1 || lua_type(lua,-1) != LUA_TSTRING) { in luaRedisReturnSingleFieldTable() 1061 server.lua = lua; in scriptingInit() 1185 UNUSED(lua); in luaMaskCountHook() 1207 lua_State *lua = server.lua; in evalGenericCommand() local [all …]
|
| H A D | Makefile.dep | 9 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 14 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 19 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 23 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 27 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 32 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 37 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 42 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 47 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ 54 ../deps/lua/src/lua.h ../deps/lua/src/luaconf.h ae.h sds.h dict.h \ [all …]
|
| H A D | Makefile | 18 DEPENDENCY_TARGETS=hiredis linenoise lua geohash-int 83 FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src 175 …$(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a $(REDIS_GEOHASH_OBJ) $(…
|
| H A D | server.h | 952 lua_State *lua; /* The Lua interpreter. We use just one for all clients */ member
|
| H A D | server.c | 2937 long long memory_lua = (long long)lua_gc(server.lua,LUA_GCCOUNT,0)*1024; in genRedisInfoString()
|
| /redis-3.2.3/deps/lua/test/ |
| H A D | README | 9 echo.lua echo command line arguments 11 factorial.lua factorial without recursion 12 fib.lua fibonacci function with cache 14 globals.lua report global variable usage 15 hello.lua the first program in every language 16 life.lua Conway's Game of Life 17 luac.lua bare-bones luac 18 printf.lua an implementation of printf 19 readonly.lua make global variables readonly 23 trace-calls.lua trace calls [all …]
|
| /redis-3.2.3/deps/lua/src/ |
| H A D | Makefile | 33 LUA_T= lua 34 LUA_O= lua.o 127 lauxlib.o: lauxlib.c lua.h luaconf.h lauxlib.h 132 ldblib.o: ldblib.c lua.h luaconf.h lauxlib.h lualib.h 145 linit.o: linit.c lua.h luaconf.h lualib.h lauxlib.h 146 liolib.o: liolib.c lua.h luaconf.h lauxlib.h lualib.h 152 loadlib.o: loadlib.c lua.h luaconf.h lauxlib.h lualib.h 156 loslib.o: loslib.c lua.h luaconf.h lauxlib.h lualib.h 164 lstrlib.o: lstrlib.c lua.h luaconf.h lauxlib.h lualib.h 167 ltablib.o: ltablib.c lua.h luaconf.h lauxlib.h lualib.h [all …]
|
| /redis-3.2.3/deps/lua/etc/ |
| H A D | luavs.bat | 3 @rem It creates lua51.dll, lua51.lib, lua.exe, and luac.exe in src. 13 del lua.obj luac.obj 17 %MYCOMPILE% /DLUA_BUILD_AS_DLL lua.c 18 %MYLINK% /out:lua.exe lua.obj lua51.lib 19 if exist lua.exe.manifest^ 20 %MYMT% -manifest lua.exe.manifest -outputresource:lua.exe 22 del lua.obj linit.obj lbaselib.obj ldblib.obj liolib.obj lmathlib.obj^
|
| H A D | Makefile | 26 $(CC) noparser.o $(SRC)/lua.o -L$(LIB) -llua $(MYLIBS) 27 $(BIN)/luac $(TST)/hello.lua 33 ./a.out $(TST)/hello.lua 36 -$(BIN)/lua -e 'print(a);b=2' 37 -$(BIN)/lua -lstrict -e 'print(a)' 38 -$(BIN)/lua -e 'function f() b=2 end f()' 39 -$(BIN)/lua -lstrict -e 'function f() b=2 end f()'
|
| H A D | lua.pc | 1 # lua.pc -- pkg-config data for Lua 16 INSTALL_LMOD= ${prefix}/share/lua/${V} 17 INSTALL_CMOD= ${prefix}/lib/lua/${V} 31 # (end of lua.pc)
|
| H A D | README | 11 lua.hpp 14 lua.ico 18 lua.pc 34 strict.lua
|
| /redis-3.2.3/deps/lua/ |
| H A D | Makefile | 20 INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V 21 INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V 44 TO_BIN= lua luac 45 TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp 47 TO_MAN= lua.1 luac.1 59 src/lua test/hello.lua
|
| H A D | README | 12 For complete information, visit Lua's web site at http://www.lua.org/ . 13 For an executive summary, see http://www.lua.org/about.html . 16 For a short list, see http://www.lua.org/uses.html . 21 See COPYRIGHT and http://www.lua.org/license.html for details. 22 Lua can be downloaded at http://www.lua.org/download.html . 35 For more information about the authors, see http://www.lua.org/authors.html .
|
| H A D | INSTALL | 36 bin: lua luac 37 include: lua.h luaconf.h lualib.h lauxlib.h lua.hpp 39 man/man1: lua.1 luac.1 43 There are man pages for lua and luac, in both nroff and html, and a 83 interpreter: library, lua.c
|
| H A D | HISTORY | 25 + standard distribution in only one library (lualib.a merged into lua.a) 64 + lua.c now runs the environment variable LUA_INIT, if present. It can 66 + support for user extensions in lua.c.
|
| H A D | COPYRIGHT | 8 For details and rationale, see http://www.lua.org/license.html .
|
| /redis-3.2.3/ |
| H A D | .gitignore | 24 deps/lua/src/lua 25 deps/lua/src/luac 26 deps/lua/src/liblua.a
|
| H A D | redis.conf | 707 lua-time-limit 5000
|
| H A D | README.md | 59 This will clean: jemalloc, lua, hiredis, linenoise.
|
| H A D | 00-RELEASENOTES | 1526 deps/lua/src/lua_cmsgpack.c | 53 +++++++++++++++++++++------------------------ 1530 | cmsgpack: pass correct osize values to lua allocator, update correct buf free space in cmsgpack 1536 deps/lua/src/lua_cmsgpack.c | 8 ++++----
|
| /redis-3.2.3/deps/ |
| H A D | Makefile | 38 -(cd lua && $(MAKE) clean) > /dev/null || true 70 lua: .make-prerequisites target 72 cd lua/src && $(MAKE) all CFLAGS="$(LUA_CFLAGS)" MYLDFLAGS="$(LUA_LDFLAGS)" AR="$(AR) $(ARFLAGS)" 74 .PHONY: lua
|
| H A D | README.md | 8 * **lua** is Lua 5.1 with minor changes for security and additional libraries.
|