You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/07/05 22:15:42 UTC

mesos git commit: Added mr-redis to frameworks.md.

Repository: mesos
Updated Branches:
  refs/heads/master 50085d5ab -> def697929


Added mr-redis to frameworks.md.

Adding Redis Framework for Apache Mesos to the list of frameworks.

This closes #128


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/def69792
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/def69792
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/def69792

Branch: refs/heads/master
Commit: def697929f5029832cd2895da38565e52a9882ec
Parents: 50085d5
Author: Dhilip <dh...@huawei.com>
Authored: Wed Jul 6 00:14:19 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Wed Jul 6 00:15:33 2016 +0200

----------------------------------------------------------------------
 docs/frameworks.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/def69792/docs/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/frameworks.md b/docs/frameworks.md
index 4bb0308..d8a0ac9 100644
--- a/docs/frameworks.md
+++ b/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) MrRedis is a Mesos framework for provisioning [Redis](http://redis.io/) in-memory cache instances. The scheduler provides auto Redis master election, auto recovery of Redis slaves and comes with the CLI and a UI.