promisepreston
10/12/2019 - 12:43 AM

Redis Serializers

Redis Serializers

Once you start working with Redis particularly through your application you will notice that Redis stores data in bytes.
To make conversion between bytes and other data types like a string, json, 
and to make conversion between other data types and bytes like converting from string to bytes, you will need to user a serializer.