We are having an issue with heroku-redis where new hash keys are being saved in the same value
scan 0 gives us the following on heroku
1) "0"
2) 1448734352609, 1448734366659, 1448734356829
whereas on localhost we have the following:
1) "0"
2) 1) "1448734352609"
2) "1448734366659"
3) "1448734356829"
Our code to add the hashes is the same and has not been changed. We are using the redis NPM module. Just unable to figure out why it is not working on Heroku. Help would be appreciated.
Link to my project
Hope I have been thorough with the information, let me know if you need any more. :)
The input of the items was different. Perhaps the version of Node that added the values? Not sure.
The Heroku example is 3 numbers, the local example is 3 strings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With