Currently I'm doing some project to build cache data using Redis using Go language. I'm using Redis version 4 from gopkg.in/redis.v4. We have the plan to upgrade it to redis version 5.
But I've the following issue before attempt to update version :
Hopefully someone could help me regarding this issue. Any help would be appreciate.
It seems that there is no official changelog, but on github you can use the compare function to see at least high-level what changed. In this case it was not much as far as i see.
https://github.com/go-redis/redis/compare/v4...v5
On my own tests i have not seen any non-working functions to v4.