diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-12 00:31:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-12 01:10:32 +0000 |
commit | bdf36f7cd98fba7717e078de8c6f6bd3e5927cae (patch) | |
tree | 40b18e4be05531b92494c95cf4578ce2a4310976 /test/README | |
parent | 2d8d625b2b96260d2517e59b896eb03e5c33aaf3 (diff) |
Testsuite: add testcase for Redis. Bug 1755
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/README b/test/README index cdc240df0..d986a47cb 100644 --- a/test/README +++ b/test/README @@ -840,6 +840,12 @@ terminated by four asterisks. Even if no data is required for the particular usage, the asterisks must be given. + background + +This command takes one script line and runs it in the background, +in parallel with following commands. For external daemons, eg. redis-server. + + catwrite <file name> [nxm[=start-of-line-text]]* This command operates like the "write" command, which is described below, |