Home
last modified time | relevance | path

Searched refs:create (Results 1 – 17 of 17) sorted by relevance

/redis-3.2.3/utils/create-cluster/
H A DREADME7 The tool can also be used just to easily create a number of instances in a
13 To create a cluster, follow this steps:
15 1. Edit create-cluster and change the start / end port, depending on the
16 number of instances you want to create.
17 2. Use "./create-cluster start" in order to run the instances.
18 3. Use "./create-cluster create" in order to execute redis-trib create, so that
24 …o stop all the instances. After you stopped the instances you can use "./create-cluster start" to …
25 2. Use "./create-cluster clean" to remove all the AOF / log files to restat with a clean environmen…
27 Use the command "./create-cluster help" to get the full list of features.
H A Dcreate-cluster37 ../../src/redis-trib.rb create --replicas $REPLICAS $HOSTS
/redis-3.2.3/deps/jemalloc/include/jemalloc/internal/
H A Dprof.h331 prof_tdata_t *prof_tdata_get(tsd_t *tsd, bool create);
376 prof_tdata_get(tsd_t *tsd, bool create) in prof_tdata_get() argument
383 if (create) { in prof_tdata_get()
H A Dtcache.h156 tcache_t *tcache_get(tsd_t *tsd, bool create);
218 tcache_get(tsd_t *tsd, bool create) in tcache_get() argument
226 if (!create) in tcache_get()
/redis-3.2.3/deps/lua/
H A DINSTALL33 create directories bin, include, lib, man, and install Lua there as
73 building Lua depend on the compiler you use. You'll need to create
94 create and use libraries with your compiler.
/redis-3.2.3/tests/cluster/
H A Dcluster.tcl15 set node [dict create \
/redis-3.2.3/tests/support/
H A Dredis.tcl221 set ::redis::state($id) [dict create buf {} mbulk -1 bulk -1 reply {}]
H A Dcluster.tcl111 set node [dict create \
/redis-3.2.3/tests/unit/
H A Dgeo.tcl65 test {GEOADD create} {
H A Dkeyspace.tcl209 test {MOVE does not create an expire if it does not exist} {
H A Dscripting.tcl338 } {*ERR*attempted to create global*}
/redis-3.2.3/deps/jemalloc/
H A Dconfigure355 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
486 …{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit …
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2205 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
8646 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
9323 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
9454 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9470 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9481 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
9488 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
[all …]
H A DINSTALL17 would create a dependency on xsltproc in packaged releases, hence the
387 tree. For example, you can create an 'obj' directory, and from within that
H A DChangeLog26 - Fix ixallocx_prof_sample() to never modify nor create sampled small
113 - Add support for explicit tcaches. The "tcache.create", "tcache.flush", and
437 - Add the "arenas.extend" mallctl, which allows applications to create
714 multiple threads raced to create a new run of backing pages.
/redis-3.2.3/deps/hiredis/
H A DREADME.md40 The function `redisConnect` is used to create a so-called `redisContext`. The
356 uses customized reply object functions to create Ruby objects.
/redis-3.2.3/tests/unit/type/
H A Dzset.tcl663 test {ZUNIONSTORE regression, should not create NaN in scores} {
/redis-3.2.3/
H A D00-RELEASENOTES65 AOF performances, and to ultimately create latency in the Redis server.