flask-profiler
flask-profiler copied to clipboard
Support Redis as storage option
Just a suggestion. I wonder if anyone else has asked about it?
Pluses:
- really fast, could use data structure like Redis hashes.
- could use Redis TTL to expire data after certain period of
Minuses:
- no easy way to query by values in Redis. Would need to build secondary indexes for that in Redis.