Interface | Description |
---|---|
RedisClient |
Class | Description |
---|---|
RedisEncoding |
This is how Redis escapes char codes:
DEC HEX REDIS
07 07 \a
08 08 \b
09 09 \t
10 0a \n
13 0d \r
Otherwise:
00-32 00-20 \xXX
32-127 20-7f ASCII char
127-256 7f-ff \xXX
|
Copyright © 2015. All Rights Reserved.