Github user tillt commented on a diff in the pull request:
https://github.com/apache/mesos/pull/128#discussion_r69628598
--- Diff: docs/frameworks.md ---
@@ -40,3 +40,4 @@ layout: documentation
* [Cassandra](https://github.com/mesosphere/cassandra-mesos) is a
performant and highly available distributed database. Linear scalability and
proven fault-tolerance on commodity hardware or cloud infrastructure make it
the perfect platform for mission-critical data.
* [ElasticSearch](https://github.com/mesos/elasticsearch) is a distributed
search engine. Mesos makes it easy to run and scale.
* [Hypertable](https://code.google.com/p/hypertable/wiki/Mesos) is a high
performance, scalable, distributed storage and processing system for structured
and unstructured data.
+* [MrRedis](https://github.com/mesos/mr-redis) an apache mesos framework
for provisioning [redis](http://redis.io/) in-memory cache instances. This
provides auto redis master election, auto recovery of slaves and comes with the
CLI and a UI.
--- End diff --
We commonly use capital initials for product/project and organization
names. Maybe clarifying that we are not trying to "revert" our slave->agent
naming scheme here :). Then also trying to adjust the style a bit for
consistency of this document...
How about this?
```
MrRedis is a Mesos framework for provisioning Redis in-memory cache
instances. This provides auto Redis master election, auto recovery of Redis
slaves and comes with the CLI and a UI.
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---