We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1111296 commit f120c0cCopy full SHA for f120c0c
web/views/home/home.ejs
@@ -118,6 +118,8 @@
118
<div>Add comma-separated list of nodes with "host-1:port,host-2 ..."</div>
119
<br>
120
</div>
121
+ <label for="username">Redis Server Username</label>
122
+ <input type="text" name="username" id="username" value="" class="span6">
123
<label for="password">Redis Server Password</label>
124
<input type="password" name="password" id="password" value="" class="span6">
125
<label for="dbIndex">Database Index</label>
0 commit comments