ニュース

Description: Redis strings are should be binary safe, but redis.set(key, value) doesn't accept a bytearray as a valid type. Passing a bytearray in as a value, results in the following exception: ...