Skip to content

Commit 6657f1a

Browse files
committed
fix doc issue
1 parent d5ff77d commit 6657f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ System.out.println(r.call("GET", "foo")); // will print '579'
1717
## How data is parsed
1818

1919
* Error responses are translated to an Exception (`nl.melp.redis.Redis.Parser.ServerError`)
20-
* Strings become `String`
20+
* Strings become `byte[]`
2121
* Numbers become `Long`
2222
* Arrays become List<Object>, where the entry can be any of `String`,
2323
`Long` or `List<Object>`.

0 commit comments

Comments
 (0)