Redis
 sql >> Database >  >> NoSQL >> Redis

Informazioni sul prefisso char b nel client Python3.4.1 connettersi a redis

Significa che è una stringa di byte

Puoi usare:

redis.StrictRedis(host="localhost", port=6379, charset="utf-8", decode_responses=True)

utilizzando decode_responses=True per creare una stringa unicode.