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.
https://attumm.github.io/redis-dict/
MIT License
53 stars 14 forks source link

Added type hinting for __init__ #27

Closed Attumm closed 1 year ago

Attumm commented 1 year ago

Added type hinting for RedisDict init Added default value for namespace Updated the Readme

Passes mypy --strict Passes unittests