Skip to content

Commit

Permalink
Tagging v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Jun 20, 2013
1 parent f3b380c commit 827f041
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ Valentino Volonghi
Dave Peticolas
Ransom Richardson
Michael Gregson
Matthew Conway
Matthew Conway
Aleksey Morarash
Mikl Kurkov
Seth Falcon
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v1.0.6

* If the connection to Redis is lost, requests in progress will
receive `{error, tcp_closed}` instead of the `gen_server:call`
timing out. Thanks to Seth Falcon for the patch.

## v1.0.5

* Added support for not selecting any specific database. Thanks to
Mikl Kurkov for the patch.

## v1.0.4

* Added `eredis:q_noreply/2` which sends a fire-and-forget request to
Expand Down

0 comments on commit 827f041

Please sign in to comment.