Skip to content

Commit b6dca2d

Browse files
committed
update help for inputparser
1 parent 5b89696 commit b6dca2d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

inst/redis.m

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
classdef redis < handle
22
%redis mex client for Matlab and GNU Octave
33
% r = redis()
4-
% r = redis(hostname)
5-
% r = redis(hostname, port)
6-
% r = redis(hostname, port, db)
7-
% r = redis(hostname, port, db, passwd)
8-
% r = redis(hostname, port, db, passwd, precision)
9-
% r = redis(hostname, port, db, passwd, precision, batchsize)
4+
% r = redis('hostname', '127.0.0.1')
5+
% r = redis('port', 6379)
6+
% r = redis('dbnr', 0)
7+
% r = redis('password', 'foobar')
8+
% r = redis('precision', 16)
9+
% r = redis('batchsize', 128)
10+
% r = redis('hostname', 'some.domain', 'password', 'thisone')
1011

1112
properties
1213
precision

0 commit comments

Comments
 (0)