Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redis on Heroku Sharding

I'm evaluating possibility of using heroku plus RedisToGo addon.

I've read that there is a possibility to set up standalone redis cluster with sharding and replication.

However in heroku documentation I see examples of JedisPool usage instead of ShardedJedisPool.

Does it mean that redis on heroku does not scale and shard? Or is it done internally?

like image 934
Mairbek Khadikov Avatar asked Nov 14 '22 07:11

Mairbek Khadikov


1 Answers

Unfortunately, the Redis To Go Add-on does not support sharding or replication in any of its plans.

However, it's often the case that add-on providers will work with you to support custom requirements if you contact them directly. You can expect the cost of such plans to increase appropriately.

like image 141
Ryan Daigle Avatar answered Jan 03 '23 00:01

Ryan Daigle