Attumm / redis-dict

Python dictionary with Redis as backend, built for large datasets. Simplifies Redis operations for large-scale and distributed systems. Supports various data types, namespacing, pipelining, and expiration.
MIT License
51 stars 14 forks source link

updated to python3 __eq__ and __neq__ comparison operators #43

Closed Pydes-boop closed 8 months ago

Pydes-boop commented 8 months ago

Changes:

closes #38

Pydes-boop commented 8 months ago

I have not updated the version yet as i am not sure which version number you would use.

Otherwise it was actually super quick to do, apologies for taking so long for this as things got in the way. This should cover everything, let me know if there is anything else or you want anything different.

Attumm commented 8 months ago

Great work, The PR was able to create the functionality by with minimal changes. It also increased testing and included tests that confirm that redis-dict is behaving as a dictionary would.