We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cca801 commit d386fa5Copy full SHA for d386fa5
1 file changed
dgraph/cmd/counter/increment.go
@@ -49,6 +49,7 @@ func init() {
49
flag.String("addr", "localhost:9080", "Address of Dgraph alpha.")
50
flag.Int("num", 1, "How many times to run.")
51
flag.Bool("ro", false, "Only read the counter value, don't update it.")
52
+ flag.Bool("be", false, "Read counter value without retrieving timestamp from Zero.")
53
flag.Duration("wait", 0*time.Second, "How long to wait.")
54
flag.String("pred", "counter.val", "Predicate to use for storing the counter.")
55
}
0 commit comments