Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Dec 3, 2016
1 parent 2ce3e31 commit 37a1677
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 3.0.0

- Use `call` for interacting with Redis

In previous versions, all the allowed Redis commands were defined
in Ruby. The downside of that approach was the fact Nest had to
be kept in sync with Redis as new commands were added to the
later. The new approach is more verbose, but the maintenance is
now close to non-existent.

0 comments on commit 37a1677

Please sign in to comment.