pyredis icon indicating copy to clipboard operation
pyredis copied to clipboard

Redis Client Implementation for Python

Results 2 pyredis issues
Sort by recently updated
recently updated
newest added

Hi, the crc package got a breaking change with https://github.com/Nicoretti/crc/releases/tag/7.0.0, which leads to run-time errors like ``` /site-packages/pyredis/helper.py", line 12, in crc16 = crc.Calculator(crc.Crc16.CCITT) AttributeError: CCITT ``` With my limited...

this patch implements the required CRC package's migration for versions of crc > 7.0.0. The migration is discussed here: https://github.com/Nicoretti/crc/releases/tag/7.0.0