Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/tests/integration/
H A Daof.tcl29 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]
107 append_to_aof [formatCommand multi]
188 append_to_aof [formatCommand spop set]
[all …]
/f-stack/app/redis-5.0.5/tests/support/
H A Dutil.tcl263 proc formatCommand {args} { procedure