

Specifies that SSL encryption should be usedĮnforces a particular SSL host identity on the server’s certificate Used for connecting to a sentinel master service Specifies that DNS resolution should be explicit and eager, rather than implicit Type of proxy in use (if any) for example “twemproxy” User for the redis server (for use with ACLs on redis 6 and above) Identification for the connection within redis Time (seconds) at which to send a message to help keep sockets alive (60 sec default) This serves as a keep-alive for interactive sockets, if it is supported.ĭefault database index, from 0 to databases - 1 The number of times to repeat connect attempts during initial Connectīroadcast channel name for communicating configuration changes Optional channel prefix for all pub/sub operationsĪ Boolean value that specifies whether the certificate revocation list is checked during authentication. If true, Connect will not create a connection while no servers are availableĮnables a range of commands that are considered risky Some of the more common options to use include: Configuration string The ConfigurationOptions object has a wide range of properties, all of which are fully documented in intellisense. Connect ( ".net,ssl=true,password=." ) Configuration Options
