Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 14 of 14) sorted by relevance

/redis-3.2.3/deps/lua/etc/
H A DREADME31 Linking with noparser.o avoids loading the parsing modules in lualib.a.
/redis-3.2.3/src/
H A Dmulti.c180 if (listLength(server.monitors) && !server.loading) in execCommand()
H A Dserver.c1473 server.loading = 0; in initServerConfig()
2148 if (server.loading) return; /* No propagation during loading. */ in alsoPropagate()
2227 !server.loading && in call()
2248 if (server.loading && c->flags & CLIENT_LUA) in call()
2491 if (server.loading && !(c->cmd->flags & CMD_LOADING)) { in processCommand()
3008 server.loading, in genRedisInfoString()
3043 if (server.loading) { in genRedisInfoString()
3753 } else if (server.loading) { in sigShutdownHandler()
H A Ddb.c725 if (server.loading || server.sentinel_mode) in shutdownCommand()
903 if (server.loading) return 0; in expireIfNeeded()
965 if (when <= mstime() && !server.loading && !server.masterhost) { in expireGenericCommand()
H A Drdb.c1234 server.loading = 1; in startLoading()
1253 server.loading = 0; in stopLoading()
H A Dscripting.c483 !server.loading && in luaRedisGenericCommand()
516 if (server.cluster_enabled && !server.loading && in luaRedisGenericCommand()
H A Dserver.h748 int loading; /* We are loading data from disk if true */ member
H A Dconfig.c1878 if (server.loading && strcasecmp(c->argv[1]->ptr,"get")) {
H A Dcluster.c585 if (server.masterhost == NULL && server.loading) return; in clusterAcceptHandler()
/redis-3.2.3/deps/lua/
H A DINSTALL66 We strongly recommend that you enable dynamic loading. This is done
H A DHISTORY68 + new dynamic loading library, active by default on several platforms.
/redis-3.2.3/
H A D00-RELEASENOTES358 current version in order to correctly restore data, is while loading the
777 * CONFIG GET is allowed during the loading of the dataset.
808 | Cluster: don't check scripts key slots during AOF loading.
1023 | Allow CONFIG GET during loading.
1028 Thanks to @oranagra for the idea of allowing CONFIG GET during loading.
1687 * [NEW] Faster RDB loading via the RESIZEDB opcode to avoid useless hash tables
/redis-3.2.3/deps/jemalloc/
H A DChangeLog310 point registers during dynamic lazy symbol loading, and the symbol loading
H A Dconfigure2405 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2406 $as_echo "$as_me: loading cache $cache_file" >&6;}