Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 8 of 8) sorted by relevance

/redis-3.2.3/tests/cluster/tests/
H A D09-pubsub.tcl9 proc test_cluster_publish {instance instances} {
12 if {$j != $instance} {
20 R $instance PUBLISH testchannel $data
24 if {$j != $instance} {
/redis-3.2.3/
H A DREADME.md30 It may compile on Solaris derived systems (for instance SmartOS) but our
131 You can use redis-cli to play with Redis. Start a redis-server instance,
174 `/etc/init.d/redis_<portnumber>`, for instance `/etc/init.d/redis_6379`.
H A DMANIFESTO11 represents an abstract version of a fundamental data structure. For instance
61 instance to another to perform multi-key operations and expose the tradeoffs
H A D00-RELEASENOTES110 The ability to check how much memory was used by the instance that produced
267 7. A bug was fixed in redis-cli, that connected to the instance running on the
324 the arguments, defaulting to instance 6379. After the connection is
327 The effect is that if there is an instance running on port 6339,
769 * There was a problem in the way a cluster instance loaded the AOF that
/redis-3.2.3/tests/integration/
H A Dreplication.tcl63 test {Set instance A as slave of B} {
/redis-3.2.3/src/
H A Dsentinel.c1329 sentinelRedisInstance *instance = NULL; in getSentinelRedisInstanceByAddrAndRunID() local
1341 instance = ri; in getSentinelRedisInstanceByAddrAndRunID()
1346 return instance; in getSentinelRedisInstanceByAddrAndRunID()
3911 sentinelRedisInstance **instance = in sentinelSelectSlave() local
3912 zmalloc(sizeof(instance[0])*dictSize(master->slaves)); in sentinelSelectSlave()
3942 instance[instances++] = slave; in sentinelSelectSlave()
3946 qsort(instance,instances,sizeof(sentinelRedisInstance*), in sentinelSelectSlave()
3948 selected = instance[0]; in sentinelSelectSlave()
3950 zfree(instance); in sentinelSelectSlave()
/redis-3.2.3/deps/hiredis/
H A DREADME.md14 is a stream parser designed for easy reusability, which can for instance be used
348 argument `reply` point to the created `redisReply` variable. For instance, if
372 For instance if you have a normal Redis context you can set the maximum idle
/redis-3.2.3/deps/linenoise/
H A DREADME.markdown20 …configure script not supporting line editing at all (A problem we had with Redis-cli for instance).