We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ff77d commit 6657f1aCopy full SHA for 6657f1a
1 file changed
README.md
@@ -17,7 +17,7 @@ System.out.println(r.call("GET", "foo")); // will print '579'
17
## How data is parsed
18
19
* Error responses are translated to an Exception (`nl.melp.redis.Redis.Parser.ServerError`)
20
-* Strings become `String`
+* Strings become `byte[]`
21
* Numbers become `Long`
22
* Arrays become List<Object>, where the entry can be any of `String`,
23
`Long` or `List<Object>`.
0 commit comments