Hi everyone,
Is there anyone who can tell me what the recommended Redis version is to use with Sugar v25 Enterprise?
Thanks in advance for your responses!
Hi everyone,
Is there anyone who can tell me what the recommended Redis version is to use with Sugar v25 Enterprise?
Thanks in advance for your responses!
Or i see that is the 7.4 also ?
The version of Redis is unlikely to present issues or have a major impact on Sugar. I don't recall ever encountering a problem in Sugar that was directly attributed to a specific version of Redis.
The manner in which we leverage Redis is rather rudimentary in that all we do with is store and read some key/value pairings that represent user preferences, settings and items of that sort. As such, we are not dependent on version specific features of Redis or any of its more elaborate features.
You should be fine with the most recent, stable version.
The version of Redis is unlikely to present issues or have a major impact on Sugar. I don't recall ever encountering a problem in Sugar that was directly attributed to a specific version of Redis.
The manner in which we leverage Redis is rather rudimentary in that all we do with is store and read some key/value pairings that represent user preferences, settings and items of that sort. As such, we are not dependent on version specific features of Redis or any of its more elaborate features.
You should be fine with the most recent, stable version.