sewenew / redis-protobuf

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

Cannot save Protobuf message whose size is larger than 64M bytes #2

Closed sewenew closed 5 years ago

sewenew commented 5 years ago

If Protobuf message's size is larger than 64M bytes, redis-protobuf fails to save it.

sewenew commented 5 years ago

This limit has been removed since this change. Since redis-protobuf depends on a new version, it's no longer a problem.