cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
298 stars 48 forks source link

Fixed xadd timestamp (fixes #151) #152

Closed alexporter8013 closed 1 year ago

alexporter8013 commented 1 year ago

Implemented fix for #151 and added unit test to cover fix. Fix #151