Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 11 of 11) sorted by relevance

/redis-3.2.3/tests/unit/type/
H A Dlist-3.tcl20 r rpush mylist [string repeat x 5105]"799"
21 r lset mylist -1 [string repeat x 1014]"702"
23 r lset mylist -1 [string repeat x 4149]"852"
24 r linsert mylist before 401 [string repeat x 9927]"12"
37 set ele [string repeat x [randomInt 10000]][randomInt 1000]
68 set data [string repeat x [randomInt 100000]]
H A Dlist-common.tcl5 set largevalue(linkedlist) [string repeat "hello" 4]
H A Dstring.tcl13 set buf [string repeat "abcd" 1000000]
16 } [string repeat "abcd" 1000000]
24 set buf [string repeat "pl-$j" $size]
H A Dhash.tcl256 r hset smallhash foo [string repeat a 1024]
/redis-3.2.3/deps/lua/doc/
H A Dlua.css78 background-repeat: no-repeat;
/redis-3.2.3/tests/unit/
H A Dmemefficiency.tcl8 set val [string repeat A [expr {int(rand()*$range)}]]
H A Dquit.tcl31 r write [format_command set foo [string repeat "x" 1024]]
H A Dprotocol.tcl77 set payload [string repeat A 1024]"\n"
H A Dslowlog.tcl53 set arg [string repeat A 129]
H A Dbitops.tcl21 append b($j) [string repeat 0 [expr $maxlen-[string length $b($j)]]]
339 r set str [string repeat "\xff" [expr $max/8]]
/redis-3.2.3/src/
H A Dredis-cli.c85 long repeat; member
830 static int cliSendCommand(int argc, char **argv, int repeat) { in cliSendCommand() argument
891 while(repeat--) { in cliSendCommand()
992 config.repeat = strtoll(argv[++i],NULL,10); in parseOptions()
1177 if (cliSendCommand(argc,argv,repeat) != REDIS_OK) { in issueCommandRepeat()
1198 return issueCommandRepeat(argc, argv, config.repeat); in issueCommand()
1322 int repeat, skipargs = 0; in repl() local
1324 repeat = atoi(argv[0]); in repl()
1325 if (argc > 1 && repeat) { in repl()
1328 repeat = 1; in repl()
[all …]