palicao / phpRedisTimeSeries

📈 Use Redis Time Series in PHP!
MIT License
28 stars 13 forks source link

add abstraction layer into redis client #6

Closed veelasky closed 4 years ago

veelasky commented 4 years ago

Add abstraction layer into redis client, so the developers can bring their own client configuration.

Squashed version of #5

constraint scrutinizer to php 7.2 update composer package

palicao commented 4 years ago

I had several problems on scrutinizer, and I finally decided to move away from it. So now I am using travis and codeclimate. Can you please rebase your changes on the new master? Probably you'll have to fix some other small things. Sorry for the hassle!

veelasky commented 4 years ago

@palicao so fast.. lol. I was just about to update readme.md, maybe next time.