Skip to content

Instantly share code, notes, and snippets.

Redis Cloud is an add-on implementing the Redis advanced key-value store, which is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.

The Redis Cloud add-on provides a fully-automated redis cloud service for hosting your Redis dataset, with:

  • Infinite-scalability: supports all Redis commands at any dataset size.
  • Reliability: auto-failover with absolutely no data loss. Enhanced data persistence and backup options.
  • Zero-management: no need to deal with data persistence configuration, Redis cluster, failure recovery or scaling of your database.

You can now get started for free immediately, and add memory

Redis-Cloud is a fully-automated service for hosting your Redis dataset, providing:

  • Infinite-scalability: supports all Redis commands at any dataset size
  • Reliability: auto-failover with absolutely no data loss. Enhanced data persistence and backup options
  • Performance: no matter how much memory you use, you will always get the highest throughput and lowest latency like if you were running on the strongest EC2 instances
  • Fully managed - completely hassle free

You can quickly and easily get your apps up and running with Redis-Cloud through the Redis-Cloud add-on for Heroku, just tell us how much memory you need and get started instantly with your first database. You can then add as many as possible dedicated databases, increase or decrease your memory capacity as needed and without affecting your existing data.

Redis Cloud is a fully-managed service for running your Redis dataset. It overcomes Redis’ scalability limitation by supporting all Redis commands at any dataset size. Your dataset is constantly replicated, so if a node fails, an auto-switchover mechanism guarantees data is served without interruption. Redis Cloud provides various data persistence options as well as remote backups for disaster recovery purposes.

Redis Cloud completely frees you from dealing with nodes, clusters, scaling, data-persistence configuration and failure recovery, while guaranteeing absolutely no data loss. The service guarantees the highest performance - no matter how much memory you use, you always get the highest throughput and lowest latency like if you were running on the strongest EC2 instance.

You can quickly and easily get your apps up and running with Redis Cloud through the Redis Cloud add-on for Heroku, just tell us how much memory you need and get started instantly with your first Redis DB. Y

@kehati
kehati / gist:3755145
Created September 20, 2012 10:34 — forked from Yiftach/gist:3515674

Redis Cloud is a fully-managed service for running your Redis dataset. It overcomes Redis’ scalability limitation by supporting all Redis commands at any dataset size. Your dataset is constantly replicated, so if a node fails, an auto-switchover mechanism guarantees data is served without interruption. Redis Cloud provides various data persistence options as well as remote backups for disaster recovery purposes.

Redis Cloud completely frees you from dealing with nodes, clusters, scaling, data-persistence configuration and failure recovery, while guaranteeing absolutely no data loss. The service guarantees the best performance - you always get the highest throughput and lowest latency as if you were running the strongest EC2 instance.

You can quickly and easily get your apps up and running with Redis Cloud through its add-on for Heroku, just tell us how much memory you need and get started instantly with your first Redis database. You can then add as many Redis databases as you ne

@kehati
kehati / redis-cloud overview.md
Created November 4, 2012 09:44 — forked from Yiftach/redis-cloud overview.md
AppHarbor - Redis Cloud Docs

Redis Cloud is a fully-managed service for running your Redis dataset. You can quickly and easily get your apps up and running with Redis Cloud through its add-on for AppHarbor, just tell us how much memory you need and get started instantly with your first Redis database. You can then add as many Redis databases as you need (each running in a dedicated process, in a non-blocking manner) and increase or decrease the memory size of your plan without affecting your existing data. You can easily import an existing dataset to any of your Redis Cloud databases, from your S3 account or from any other Redis server. Daily backups are performed automatically and in addition, you can backup your dataset manually at any given time.

Install Redis Cloud

In the “Add-ons” tab on your app console click on the Redis Cloud add-on, and choose your Redis Cloud plan.

Once Redis Cloud has been added, you will notice a new configuration variable: REDISCLOUD_URL in the Configuration variables ta

Memcached Cloud is a fully-managed service that operates your Memcached in a reliable and fail-safe manner. Your dataset is constantly replicated, so if a node fails, an automatic failover mechanism guarantees that your data is served without interruption. Memcached Cloud provides various data persistence options as well as remote backups for disaster recovery purposes. You can quickly and easily get your apps up and running with Memcached Cloud through its add-on for Cloud Foundry, just tell us how much memory you need and start using your Memcached bucket instantly.

A Memcached bucket is created in seconds and from that moment on, all operations are fully automated. The service completely frees developers from dealing with nodes, clusters, server lists, scaling and failure recovery, while guaranteeing absolutely no data loss.

Getting started

Start by installing the add-on: A list of all plans available can be found [here](http://add

Memcached Cloud is a fully-managed service that operates your Memcached in a reliable and fail-safe manner. Your dataset is constantly replicated, so if a node fails, an automatic failover mechanism guarantees that your data is served without interruption. Memcached Cloud provides various data persistence options as well as remote backups for disaster recovery purposes. You can quickly and easily get your apps up and running with Memcached Cloud through its add-on for Cloud Foundry, just tell us how much memory you need and start using your Memcached bucket instantly.

A Memcached bucket is created in seconds and from that moment on, all operations are fully automated. The service completely frees developers from dealing with nodes, clusters, server lists, scaling and failure recovery, while guaranteeing absolutely no data loss.

Getting started

Start by installing the add-on: A list of all plans available can be found [here](http://add

Memcached Cloud is a fully-managed service that operates your Memcached in a reliable and fail-safe manner. Your dataset is constantly replicated, so if a node fails, an automatic failover mechanism guarantees that your data is served without interruption. Memcached Cloud provides various data persistence options as well as remote backups for disaster recovery purposes. You can quickly and easily get your apps up and running with Memcached Cloud through its add-on for Cloud Foundry, just tell us how much memory you need and start using your Memcached bucket instantly.

A Memcached bucket is created in seconds and from that moment on, all operations are fully automated. The service completely frees developers from dealing with nodes, clusters, server lists, scaling and failure recovery, while guaranteeing absolutely no data loss.

Getting started

In the "Add-ons" tab on your app console click "Install" for the Memcached Cloud add-on. That’s it!

Once `Memcached Cloud

Install Memcached Cloud

In the “Add-ons” tab on your app console click on the Memcached Cloud add-on, and choose your Memcached Cloud plan. Once Memcached Cloud has been added, you will notice three new enironment variables: MEMCACHEDCLOUD_SERVERS, MEMCACHEDCLOUD_USERNAME, MEMCACHEDCLOUD_PASSWORD in the Configuration variables tab on your app console, containing the servers and credentials of your first Memcached Cloud bucket.

Next, setup your app to start using the Memcached Cloud add-on.

Using Memcached with EnyimMemcached

@kehati
kehati / readme.md
Last active January 4, 2016 13:59
RedisJobStore readme

RedisJobStore

A Quartz Scheduler JobStore, that utilizes redis as a persistent storage.

Configuration

To get Quartz up and running quickly with RedisJobStore, use the following example to configure your quartz.properties file:

# setting the scheduler's misfire threshold, in milliseconds 

org.quartz.jobStore.misfireThreshold: 60000