Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Releases: sprockets/sprockets.clients.redis

Inherit from StrictRedis

22 Jun 21:53
Compare
Choose a tag to compare

This change set modifies the RedisConnection to inherit and extend StrictRedis instead of wrapping it. This removes the need for the awkward references to ``self.conn` and obviates the need for all the helper methods.