ObjectEncoding is the encoding type of an object
| 13 | |
| 14 | // ObjectEncoding is the encoding type of an object |
| 15 | type ObjectEncoding byte |
| 16 | |
| 17 | // Encoding values, see https://github.com/antirez/redis/blob/unstable/src/server.h#L581 |
| 18 | const ( |
no outgoing calls
no test coverage detected