flask-profiler icon indicating copy to clipboard operation
flask-profiler copied to clipboard

Support Redis as storage option

Open dmitrypol opened this issue 4 years ago • 0 comments

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.

dmitrypol avatar Dec 08 '19 21:12 dmitrypol