"Build Ultra-fast web applications with Redis"

Redis add-on for your shared hosting account
Now you can run Redis along with your HostAccord shared hosting account. While ordering hosting, you can order the redis instance along.
| Redis Plans |
rd-Small |
rd-Medium |
rd-Large |
| Memory |
100MB |
200MB |
500MB |
| Daily Backups |
|
|
|
| Password Authentication |
|
|
|
| Dedicated Redis Instance |
|
|
|
| 99.9% Uptime |
|
|
|
| Webhosting Bundled |
|
|
|
| Monthly Price USD |
$12 |
$20 |
$45 |
| Yearly Price USD |
$120 |
$200 |
$450 |
|
Order Silver Plan + Redis Now
|
Why Redis?
Redis is an ultra fast datastructure store (a database). It natively supports key-value pair, sets, lists, sorted sets, sorted lists and hashes. Unlike memcache, Redis can persist data.
Why HostAccord?
We offer (arguably) the cheapest Redis hosting available today. Our Redis instances are configured to get the best performance from a shared hosting account. Your hosting & Redis accounts will be on a close network so that the latencies will be minimal.
We also have a free 5MB plan for our Silver Plan customers. If you are interested in trying out, please Submit a ticket.
We support PHP client libraries like
Predis and
Rediska. For Ruby on Rails, you can enable your favorite Redis Ruby gems from the cPanel in one click (cPanel>Softwares>RubyGems>Search).
- Can I upgrade to the next Redis plan seamlessely?
- Yes you can. Having said that we may need to provide us with ample time since this will be a manual process. But there will not be any downtime.
- Do you have a monthly plan for Redis?
- Yes! You can choose this when you order
- Can I just buy Redis instance without shared hosting?
- Unfortunatly, no. This is because it doesn't make sense to connect to our instance from another network.
- Which PHP clients do you support?
- Almost all the Redis clients written in PHP will work - including those written in latest PHP5.3.
- Which Ruby clients do you support?
- A lot of them. Please login to your cPanel and go to Software>RubyGems and search for 'Redis'. Click and install the client of your choice from the results. After this, you can use the client from your Ruby on Rails app.
- Can I use my instance as PHP sessionstore?
- Yes. It will speedup almost all PHP webapplications that use sessions. In a way, it's more secure way to store sessions too.