Skip to content

Commit d328769

Browse files
author
Antonio Muñoz
committed
prepared release
1 parent 3d63e44 commit d328769

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ It's nice because:
2323

2424
RESP can serialize some data types
2525

26-
- simple strings: `+PONG`
27-
- errors: `-ERROR`
28-
- integers: `:1`
29-
- bulk strings (binary-safe): `$4\r\nPING`
30-
- arrays: `*3\r\n:1\r\n:2\r\n:3`
26+
- simple strings: `+PONG\r\n`
27+
- errors: `-ERROR\r\n`
28+
- integers: `:1\r\n`
29+
- bulk strings (binary-safe): `$4\r\nPING\r\n`
30+
- arrays: `*3\r\n:1\r\n:2\r\n:3\r\n`
3131

3232
What binary safe means? It means that can be what ever you want, a UTF-8 String
3333
or compressed data, a picture, etc...
@@ -136,19 +136,18 @@ is rejected with an error.
136136
<dependency>
137137
<groupId>com.github.tonivade</groupId>
138138
<artifactId>resp-server</artifactId>
139-
<version>0.4.0</version>
139+
<version>0.5.0</version>
140140
</dependency>
141-
141+
142142
## Gradle
143143

144-
compile 'com.github.tonivade:resp-server:0.4.0'
144+
compile 'com.github.tonivade:resp-server:0.5.0'
145145

146146
## Continuous Integration
147147

148148
[![Build Status](https://api.travis-ci.org/tonivade/resp-server.svg?branch=develop)](https://travis-ci.org/tonivade/resp-server)
149149

150150
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/47b2b3213b7248eca911e4783ed6d031)](https://www.codacy.com/app/tonivade/resp-server?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=tonivade/resp-server&amp;utm_campaign=Badge_Grade)
151-
152151
[![Codacy Coverage](https://api.codacy.com/project/badge/Coverage/47b2b3213b7248eca911e4783ed6d031)](https://www.codacy.com/app/tonivade/resp-server?utm_source=github.com&utm_medium=referral&utm_content=tonivade/resp-server&utm_campaign=Badge_Coverage)
153152

154153
## LICENSE

0 commit comments

Comments
 (0)