Skip to content

Commit

Permalink
version: 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maiha committed Aug 31, 2016
1 parent e426c1b commit 27eff5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ SET: 4953.0 qps (OK:999182, KO:818) [11:57:15 +3m21s] # RedisError: OOM command

## Roadmap

#### 0.3
- [x] After Hook

#### 0.4
- [ ] Reconnect after errors
- [x] Reconnect after errors
- [ ] Multi Clients

#### 0.5
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.3.2
dependencies:
redis-cluster:
github: maiha/redis-cluster.cr
version: 0.5.2
version: 0.6.0
toml:
github: manastech/crystal-toml
version: 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/bin/main.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "../bench"
class Main
include Opts

VERSION = "0.3.2"
VERSION = "0.3.3"
PROGRAM = "redis-cluster-benchmark"
ARGS = "bench.toml"

Expand Down

0 comments on commit 27eff5c

Please sign in to comment.