Memetria Logo Memetria Changelog

New server requests from Heroku will no longer fail if RedisGreen doesn’t have enough servers available for reservation. Instead, RedisGreen will now successfully reserve a server and return a URL, in all cases. If there are no available servers, RedisGreen will finish building the server in the background. Servers created in this way should take no longer than 10 minutes to build.

We added a major new feature for all RedisGreen users today: command graphs:

image

Command graphs track the performance and usage patterns for every single command that you run on your Redis server. Just like the existing server health graphs, we record these metrics every minute and store them for an entire year.

We graph three things for each command: the number of calls made every minute, the total amount of time per minute that is spent running that command, and the average runtime of that command:

image

In tandem with the existing server health graphs, these graphs give you deep insight into your usage of Redis and allow you to quickly diagnose performance problems before they become capital-P Problems.