You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RedisConfig static class provides an alternative to Redis Connection Strings to
configure the default RedisClient settings. Each config option is
documented on the RedisConfig class
with the defaults shown below:
This is used to change the behavior of a few API's to use the most optimal Redis Operation for their server
version. Setting this will save an additional INFO lookup each time a new RedisClient Connection is opened.