Skip to content

Commit

Permalink
Added note about requiring R14. Closes wooga#2.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Aug 15, 2011
1 parent b3ae208 commit 4ae609c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -26,6 +26,8 @@ EUnit tests:

./rebar eunit

Eredis uses the `binary` module which was introduced in R14.

## Commands

Eredis has only one function to interact with redis, which is
Expand Down Expand Up @@ -124,4 +126,4 @@ bulk at once.
Although this project is almost a complete rewrite, many patterns are
the same as you find in Erldis, most notably the queueing of requests.

`create_multibulk/1` and `to_binary/1` were taken verbatim from Erldis.
`create_multibulk/1` and `to_binary/1` were taken verbatim from Erldis.

0 comments on commit 4ae609c

Please sign in to comment.