suo icon indicating copy to clipboard operation
suo copied to clipboard

Make installing dalli and redis gem optional

Open doits opened this issue 3 years ago • 2 comments

fixes #3 and removes a deprecation warning for Dalli >= 3.0.0

Basically it blows up when doing Suo::Client::Memcached.new or Suo::Client::Redis.new without the respective gem and not passing in a custom client.

I added the check for the custom client in case somebody uses a special client without the official dalli or redis gem.

doits avatar Oct 15 '21 15:10 doits

I think the PR is ready now. What do you think?

If you merge and release this, it should be a bigger version change (maybe even 1.0.0??).

doits avatar Oct 15 '21 16:10 doits

@doits Thanks for this branch. It's been working great for me.

mieko avatar Nov 19 '21 04:11 mieko