From f26ddc972b24a7186cc0e084d2f38189509a0aa0 Mon Sep 17 00:00:00 2001 From: Valerian Date: Mon, 14 Oct 2013 18:37:40 +0200 Subject: [PATCH] 1.3 Readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 432004b4..e43c9088 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you use SBT, you just have to edit `build.sbt` and add the following: resolvers += "rediscala" at "https://github.com/etaty/rediscala-mvn/raw/master/releases/" libraryDependencies ++= Seq( - "com.etaty.rediscala" %% "rediscala" % "1.2" + "com.etaty.rediscala" %% "rediscala" % "1.3" ) ``` @@ -55,7 +55,7 @@ You can fork with : `git clone git@github.com:etaty/rediscala-demo.git` then run ### Redis Commands -Supported : +All commands are supported : * [Keys](http://redis.io/commands#generic) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Keys)) * [Strings](http://redis.io/commands#string) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Strings)) * [Hashes](http://redis.io/commands#hash) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Hashes)) @@ -68,9 +68,7 @@ Supported : * [Transactions](http://redis.io/commands#transactions) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Transactions)) * [Connection](http://redis.io/commands#connection) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Connection)) * [Scripting](http://redis.io/commands#scripting) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Scripting)) - -Soon : -* [Server](http://redis.io/commands#server) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Server)) (work in progress) +* [Server](http://redis.io/commands#server) ([scaladoc](http://etaty.github.io/rediscala/latest/api/index.html#redis.commands.Server)) ### Blocking commands @@ -223,7 +221,9 @@ Full example: [ExampleByteStringFormatter](https://github.com/etaty/rediscala-de ### Scaladoc -[Rediscala scaladoc API (latest 1.2)](http://etaty.github.io/rediscala/latest/api/index.html#package) +[Rediscala scaladoc API (latest version 1.3)](http://etaty.github.io/rediscala/latest/api/index.html#package) + +[Rediscala scaladoc API (version 1.2)](http://etaty.github.io/rediscala/1.2/api/index.html#package) [Rediscala scaladoc API (version 1.1)](http://etaty.github.io/rediscala/1.1/api/index.html#package)