etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

Features/redis 4.0 #227

Closed drmontgomery closed 4 years ago

drmontgomery commented 5 years ago

Hi there!

I've updated rediscala to work with Redis 4, including the new commands and commands with additional parameters. This is primarily a stepping stone toward supporting redis 5 and streams, but I thought it might have value as separate branch/pull request.

Please let me know if you'd like me to make any changes.

Thanks, -David

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 90.508% when pulling b722f035fdac34f7adc3329b669e9f2d408aceee on drmontgomery:features/redis-4.0 into aac07d28aadf876c68d33b4042ea205a5f32c8db on etaty:master.

etaty commented 5 years ago

Congratulation! It looks very good! Is it okay to merge it?

drmontgomery commented 5 years ago

Yes, please do!