You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm try to implement RESP serialization progress by myself. But sadly found that there are two type of string in redis(Bulk Strings and Simple Strings)...
I'm trying go to source code to find out solution, but here is not implemented :(
Do you have any thought on serialize rust object to both Bulk strings and Simple strings?
The text was updated successfully, but these errors were encountered:
WindSoilder
changed the title
Any thought on serialize??
Any thought on serialize?
Oct 27, 2019
I wrote a crate that implements Serialization and Deserialization, it provides Derive Macros that implements the redis::FromRedisValue and redis::ToRedisArgs traits from mitsuhiko / redis-rs for any struct in which every field's type also implements ToRedisArgs. Check it out redis-derive.
Hi, I'm try to implement RESP serialization progress by myself. But sadly found that there are two type of string in redis(Bulk Strings and Simple Strings)...
I'm trying go to source code to find out solution, but here is not implemented :(
Do you have any thought on serialize rust object to both Bulk strings and Simple strings?
The text was updated successfully, but these errors were encountered: