0

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

Oguz Karadenizli
  • 3,449
  • 6
  • 38
  • 73
  • 1
    I'm not familiar with servicestack, but since this question is unanswered I thought I would point out something the release notes already tell you: "Redis 2.6 is mostly a strict subset of 2.8". The only change that might break the servicestack client is how certain errors are handled. The rest of the changes shouldn't affect 2.6 clients and should only affect how you use certain redis commands. Seems low risk to set up a test environment with redis 2.8 and see what happens. Pay particular attention to error handling. – Carl Zulauf Jan 19 '14 at 23:48
  • I think as you think. But I will plan to deploy production environment . So we need a little official answer. But thanks for kind response. – Oguz Karadenizli Jan 20 '14 at 04:05

0 Answers0