3.9.71 is the latest BSD versionned version of ServiceStack.Redis. But Redis goes on with BSD licenses.
There are merge required changes for redis (2.6.X -> 2.8.X) https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
So the question: Could we upgrade Redis to 2.8.X without upgrading ServiceStack.Redis? (Production environment)
Thanks