1

I am using twemproxy for redis and already registered in RedisToGo.com. There is a similar link to my account :

redis://user:pass@grideye.redistogo.com:9478

But twemproxy does not support this form. What should I do?
Thanks in advance

Soroush Khosravi
  • 887
  • 2
  • 11
  • 30

1 Answers1

2

It isn't supported in the stable version. There is an issue on github regarding auth support for Redis, and there is also a pull request which patches it in. But apparently, the author hasn't found time to properly merge it into his code yet.
If you are up to it, you can get the code, merge it yourself, and compile it.

Munim
  • 6,310
  • 2
  • 35
  • 44
  • tnx. Yes I saw that pull request and also sent a comment there... I am waiting for the stable version – Soroush Khosravi Nov 25 '13 at 12:56
  • @SoroushKhosravi Are you familiar with Linux and C? You can pull the code and the pull request, and merge it yourself, and try building it. Seeing as this functionality is pretty standard, I won't be too concerned about the stability if it simply works. – Munim Nov 25 '13 at 12:59
  • Yes I am. I think you are right and I will build the unstable branch and I will report the usage on the github. Thanks in advance. – Soroush Khosravi Nov 25 '13 at 13:05