Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/tests/integration/
H A Daof.tcl5 proc append_to_aof {str} { procedure
29 append_to_aof [formatCommand set foo hello]
30 append_to_aof [formatCommand multi]
31 append_to_aof [formatCommand set bar world]
42 append_to_aof [formatCommand incr foo]
43 append_to_aof [formatCommand incr foo]
44 append_to_aof [formatCommand incr foo]
45 append_to_aof [formatCommand incr foo]
46 append_to_aof [formatCommand incr foo]
82 append_to_aof "!!!"
[all …]