hirmeos / altmetrics

Implementation of HIRMEOS WP6
MIT License
5 stars 0 forks source link

add auto-prefixing to redis keys #60

Closed rowan08 closed 3 years ago

rowan08 commented 3 years ago

Subclass FlaskRedis client to automatically add a prefic to keys to prevent potential collisions.

Card: https://ubiquitypress.atlassian.net/secure/RapidBoard.jspa?rapidView=17&projectKey=MET&modal=detail&selectedIssue=MET-62

rowan08 commented 3 years ago

Useful link: https://github.com/underyx/flask-redis/blob/master/flask_redis/client.py

The 'subclassing' was done largely following their example.