...
Configuration of your Redis instance. If you deployed Redis locally as described, you don’t need to change the default configuration.
Value for | 52, RedisConfiguration |
---|
Redis Default, you do not need to change anything.
| Code Block |
---|
| {
"ServiceName": null,
"ConnectionString": null,
"ConfigurationChannel": null,
"KeyPrefix": "iTsense.COS.Backend",
"Password": null,
"AllowAdmin": true,
"Ssl": false,
"ConnectTimeout": 5000,
"SyncTimeout": 1000,
"AbortOnConnectFail": false,
"Database": 0,
"Hosts": [
{
"Host": "127.0.0.1",
"Port": 6379
}
],
"ServerEnumerationMode": "All",
"ServerEnumerationTargetRole": "Any",
"ServerEnumerationUnreachableServerAction": "IgnoreIfOtherAvailable",
"MaxValueLength": 4294967295,
"PoolSize": 5,
"ExcludeCommands": null,
"SslProtocols": null
} |
|