• G
    Convert keys to binary in the Redis cache store · 53e4a277
    George Claghorn 提交于
    Fix encoding errors when using the pure-Ruby Redis driver instead of Hiredis. Dodge incompatibilities between UTF-8 and arbitrary value encodings, which rear their heads when the Redis driver tries to build a single command string from incompatibly-encoded keys and values.
    53e4a277
redis_cache_store.rb 13.5 KB