dgl / protocol-redis-xs

hiredis based parser compatible with Protocol::Redis
http://search.cpan.org/dist/Protocol-Redis-XS
Other
8 stars 5 forks source link

Throw an exception on unknown API version #14

Closed und3f closed 2 weeks ago

und3f commented 2 weeks ago

We changed Protocol::Redis API to throw an exception on unknown version, it is a slight change, and user code should not be affected by the change, still it is nice to adapt the change in all implementations

Grinnz commented 2 weeks ago

Thank you