Hi, all! I want to implement a key/value system. Since redis doesn't support object, so i want to get the serialized data from ice , which then be saved in redis. the question is, how can i get the serialized binary data and how to deserialize it to object after retrieving from redis? thanks!

Reply With Quote
