sewenew / redis-protobuf

Redis module for reading and writing Protobuf messages
Apache License 2.0
204 stars 22 forks source link

Support field of map type #1

Closed sewenew closed 5 years ago

sewenew commented 5 years ago

By now, Protobuf's reflection API for map is still private, so redis-protobuf doesn't support field of map type.

Solution:

I'll build a Protobuf library making these API public.

sewenew commented 5 years ago

Supported by this commit.