Skip to content

Commit

Permalink
1.3 Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
etaty committed Oct 14, 2013
1 parent 3aa660d commit f26ddc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
```

Expand Down Expand Up @@ -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))
Expand All @@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit f26ddc9

Please sign in to comment.