Misha Nasledov
Misha Nasledov
It is against Redis best practices to use `KEYS`. It is an expensive operation on the Redis server and can cause unavailability esp if the Redis server is shared with...
It would be nice to have optional logging for things like Carbon/Graphite. This looks simple https://github.com/marpaia/graphite-golang
Per https://developers.google.com/web/updates/2016/03/web-push-encryption?hl=en
This is a non-trivial issue as we need to handle the ability to migrate old data. It is best practice when using Redis to prefix keys made by your application...