redis:encoding

https://github.com/antirez/redis/issues/567

It depends on your client library how character encoding is handled. Redis is unaware of character encoding and for all it knows it just stores binary blobs.

redis: just stores binary blobs

client 都是向 redis server 提交 bytes

你可能感兴趣的:(redis:encoding)