public AddWriteConnection ( string connection, bool establishConnection = true ) : void | ||
connection | string | /// The connection. /// |
establishConnection | bool | /// Talks with the redis instance defined in the connection string to establish a connection. /// |
return | void |