123456789_123456789_123456789_123456789_123456789_

Unreleased

5.2.0

5.1.0

5.0.8

5.0.7

5.0.6

5.0.5

5.0.4

5.0.3

5.0.2

5.0.1

5.0.0

4.8.1

4.8.0

4.7.1

4.7.0

4.6.0

should be replaced by:

redis.pipelined do |pipeline|
  pipeline.get("key")
end

should be replaced by:

redis.multi do |transaction|
  transaction.get("key")
end

4.5.1

4.5.0

4.4.0

4.3.1

4.3.0

4.2.5

4.2.4

4.2.3

4.2.2

4.2.1

4.2.0

4.1.4

4.1.3

4.1.2

4.1.1

4.1.0

4.0.3

4.0.2

4.0.1

4.0

3.3.5

3.3.4 (yanked)

3.3.3

3.3.2

3.3.1

3.3.0

3.2.2

3.2.1

3.2.0

3.1.0

3.0.7

3.0.6

3.0.5

3.0.4

3.0.3

3.0.2

3.0.1

3.0.0

Upgrading from 2.x to 3.0

The following items are the most important changes to review when upgrading from redis-rb 2.x. A full list of changes can be found below.

Changes

2.2.2

2.2.1

2.2.0

2.1.1

See commit log.