We are using v4.0.1 and tried to upgrade to v5.0.0. However, since we are using JsonSerialization, we implemented the interface Microsoft.Web.Redis.ISerializer which was available in v4.0.1. However this interface is missing in v5.0.0 which renders it useless for us and are forced to be on v4.0.1.
We are using v4.0.1 and tried to upgrade to v5.0.0. However, since we are using JsonSerialization, we implemented the interface Microsoft.Web.Redis.ISerializer which was available in v4.0.1. However this interface is missing in v5.0.0 which renders it useless for us and are forced to be on v4.0.1.
Is there any other alternative?