rails-mini-profiler icon indicating copy to clipboard operation
rails-mini-profiler copied to clipboard

Provide support for other storage engines

Open hschne opened this issue 3 years ago • 0 comments

Consider using the Kredis library, and possibly AllFutures to create a model-like persistence (more on this in a moment). One nice side-effect of using Redis is that you can rely on the key eviction policy to remove the oldest data, no need for a cleanup task.

Originally posted by @leastbad in https://github.com/hschne/rails-mini-profiler/issues/55#issuecomment-910037302

hschne avatar Sep 01 '21 09:09 hschne