Home
last modified time | relevance | path

Searched refs:script (Results 1 – 18 of 18) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.c343 int script; in pmain() local
352 script = collectargs(argv, &has_i, &has_v, &has_e); in pmain()
353 if (script < 0) { /* invalid args? */ in pmain()
359 s->status = runargs(L, argv, (script > 0) ? script : s->argc); in pmain()
361 if (script) in pmain()
362 s->status = handle_script(L, argv, script); in pmain()
366 else if (script == 0 && !has_e && !has_v) { in pmain()
/redis-3.2.3/tests/integration/
H A Dreplication-3.tcl58 set script "return redis.call('incr','$key')"
59 set sha1 [r eval "return redis.sha1hex(\"$script\")" 0]
61 r eval $script 0
/redis-3.2.3/deps/hiredis/
H A D.travis.yml6 script: make && make check
/redis-3.2.3/tests/unit/
H A Dscripting.tcl285 r script flush
292 … r script exists a27e7e8a43702b7046d4f6a7ccf5b60cef6b9bd9 a27e7e8a43702b7046d4f6a7ccf5b60cef6b9bda
297 [r script load "return 'loaded'"] \
340 test {Test an example script DECR_IF_GT} {
362 test {Scripting engine resets PRNG at every script execution} {
492 r script kill
497 test {Timedout script link is still usable after Lua returns} {
510 catch {r script kill} e
518 test {SHUTDOWN NOSAVE can kill a timedout script anyway} {
/redis-3.2.3/deps/jemalloc/
H A DINSTALL23 The 'configure' script supports numerous options that allow control of which
122 approaches to backtracing, and the configure script chooses the first one
203 when cross compiling, since the configure script automatically determines
297 -Werror, while allowing the configure script to determine what other flags
300 The configure script specifically checks whether an optimization flag (-O*)
382 script rather than 'configure'. This re-generates 'configure', enables
H A Dconfig.guess1377 This script, last modified $timestamp, has failed to recognize
H A Dconfigure.ac1 dnl Process this file with autoconf to produce a configure script.
H A DChangeLog143 - Add the jemalloc-config script, which provides information about how
H A Dconfigure8758 This config.status script is free software; the Free Software Foundation
/redis-3.2.3/utils/create-cluster/
H A DREADME1 Create-custer is a small script used to easily start a big number of Redis
/redis-3.2.3/
H A DREADME.md163 it the proper way for a production system, we have a script doing this
169 The script will ask you a few questions and will setup everything you need
173 You'll be able to stop and start Redis using the script named
H A D00-RELEASENOTES1651 slaves and AOF only selected parts of a script. (Design by
/redis-3.2.3/src/
H A Dredis-cli.c1375 sds script = NULL; in evalMode() local
1393 sdsfree(script); in evalMode()
1394 script = sdsempty(); in evalMode()
1406 script = sdscatlen(script,buf,nread); in evalMode()
1421 argv2[1] = script; in evalMode()
H A Dscripting.c89 void sha1hex(char *digest, char *script, size_t len) { in sha1hex() argument
96 SHA1Update(&ctx,(unsigned char*)script,len); in sha1hex()
1388 robj *script = dictFetchValue(server.lua_scripts,c->argv[1]->ptr); in evalGenericCommand() local
1391 serverAssertWithInfo(c,NULL,script != NULL); in evalGenericCommand()
1394 rewriteClientCommandArgument(c,1,script); in evalGenericCommand()
/redis-3.2.3/deps/
H A DREADME.md16 Jemalloc is unmodified. We only change settings via the `configure` script of Jemalloc using the `-…
/redis-3.2.3/tests/
H A Dtest_helper.tcl193 set p [exec $tclsh [info script] {*}$::argv \
/redis-3.2.3/deps/linenoise/
H A DREADME.markdown20 …* Smaller programs not using a configure script not supporting line editing at all (A problem we h…
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h.in313 /* Page size. LG_PAGE is determined by the configure script. */