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?
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?