Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

RedisDefault, you do not need to change anything.

Code Block
languagejson
{
  "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
}