Sha256: d50505e268171c58789768a4acbee75c35668fceac658b66148a8913794947b3

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

# Upgrading from 1.x

`redis-classy` 2.0 has brought quite a few changes. Please read these points carefully.

Please post any implications we may have missed as a GitHub Issue or Pull Request.

* The base class `Redis::Classy` is now `RedisClassy`.
* `Redis::Classy.db = Redis.new` is now `RedisClassy.redis = Redis.new`.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redis-classy-2.4.1 UPGRADING.md
redis-classy-2.4.0 UPGRADING.md
redis-classy-2.3.1 UPGRADING.md
redis-classy-2.3.0 UPGRADING.md
redis-classy-2.2.0 UPGRADING.md