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?