redistogo Questions
2
Solved
2
I am running client that is connecting to a redis db. The client is on a WiFi connection and will drop the connection at times. Unfortunately, when this happens, the program just keeps running with...
3
Solved
we are currently using Redis to Go with our Heroku-hosted Python application.
We use Redis with python-rq purely as a task queue to provide for a delayed execution of some time-intense tasks. A ta...
Tijerina asked 21/1, 2014 at 22:54
3
Solved
I've been struggling for two days with getting sidekiq work on heroku production environment. I've read all the available documentation about similar issues, and still haven't been able to produce ...
Subtractive asked 23/9, 2014 at 23:59
1
Solved
I am using celerybeat on Heroku with RedisToGo Nano addon
There is one web dyno and one worker dyno
The celerybeat worker is set to perform a task every minute.
The problem is: Whenever I deploy...
Enemy asked 27/2, 2014 at 13:32
2
Solved
Read through https://redistogo.com/documentation/introduction_to_redis?language=en but couldn't get it to work.
redis-cli -h my-host -p 1234 -a mypassword
What is my-host?
How to see the datab...
1
Solved
I recently signed up for Heroku's Redis To Go https://addons.heroku.com/redistogo. For now, I'm using the free Nano plan, which says:
5 MB Redis Instance
1 Database
Non-persistent
No Backups
10 C...
1
Solved
I'm trying to decide what size Redis To Go option to go for in heroku.
Say that I want to keep about a million records in Redis for easy access.
If each record is about 1-10kb in size, does this...
1
Solved
Is is possible for two apps on the same heroku account to access the same RedisToGo Server? We have two apps that both need web access but have very different structures. So they can't be dyno type...
1
© 2022 - 2024 — McMap. All rights reserved.