Searched refs:repeat (Results 1 – 11 of 11) sorted by relevance
20 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]]
5 set largevalue(linkedlist) [string repeat "hello" 4]
13 set buf [string repeat "abcd" 1000000]16 } [string repeat "abcd" 1000000]24 set buf [string repeat "pl-$j" $size]
256 r hset smallhash foo [string repeat a 1024]
78 background-repeat: no-repeat;
8 set val [string repeat A [expr {int(rand()*$range)}]]
31 r write [format_command set foo [string repeat "x" 1024]]
77 set payload [string repeat A 1024]"\n"
53 set arg [string repeat A 129]
21 append b($j) [string repeat 0 [expr $maxlen-[string length $b($j)]]]339 r set str [string repeat "\xff" [expr $max/8]]
85 long repeat; member830 static int cliSendCommand(int argc, char **argv, int repeat) { in cliSendCommand() argument891 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() local1324 repeat = atoi(argv[0]); in repl()1325 if (argc > 1 && repeat) { in repl()1328 repeat = 1; in repl()[all …]