New release
byroot opened this issue · 4 comments
Hi,
I'm affected by #1 (no way to pass configuration options) but it's still not released.
Could you publish a new release?
Regards
#1 (comment) states that this functionality is currently available, but spawns a separate instance of the Redis::Store
object which is slightly inefficient. The only change made in that PR is to be able to configure the actual Redis::Store
object. The assertion that there is currently "no way to pass configuration options" is false.
That said, I'm happy to pre-release the next version of this gem so it's easier to test. I just wanted you to be aware that you can still configure Redis::Rack
as documented within that ticket.
@tubbo can we get a 2.0.0 final release?
@connorshea Done. v2.0.0 is up on RubyGems, built from the 2.0.0 tag on this repo.
@tubbo thanks :)