sewenew / redis-protobuf

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

Add a PB.IMPORT command #6

Closed sewenew closed 2 years ago

sewenew commented 5 years ago

By now, all .proto file must be stored in a given directory, if you want to add some other .proto file, you have to restart the module.

PB.IMPORT command can dynamically import other .proto files, and saves these files into the configured directory.