mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-14 01:35:55 +00:00
fix indentation
This commit is contained in:
@@ -27,7 +27,7 @@ RedisDocumentStore.connect = function(options) {
|
|||||||
RedisDocumentStore.client = redis.createClient(port, host);
|
RedisDocumentStore.client = redis.createClient(port, host);
|
||||||
// authenticate if password is provided
|
// authenticate if password is provided
|
||||||
if (options.password) {
|
if (options.password) {
|
||||||
RedisDocumentStore.client.auth(options.password);
|
RedisDocumentStore.client.auth(options.password);
|
||||||
}
|
}
|
||||||
RedisDocumentStore.client.select(index, function(err, reply) {
|
RedisDocumentStore.client.select(index, function(err, reply) {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user