Starbuck Starfish

Results 13 comments of Starbuck Starfish
trafficstars

Hi, the examples were a bit out of date. I updated them now, try again?

Hey guys, cross post, Bot18 is my new bot in development and is redesigned with multi-pair in mind. Will probably drop soon! Stay tuned! https://github.com/DeviaVir/zenbot/issues/1589 [![bot18_icon](https://user-images.githubusercontent.com/106763/39974182-d529536e-56db-11e8-9f5b-e9380980b54a.png)](https://medium.com/@carlos8f_11468/introducing-bot18-the-new-crypto-trading-bot-to-supersede-zenbot-and-unleash-the-zalgo-da8464b41e53) ~Carlos

good idea, i wanted to do this but never got around to it. i'll accept a pull request or implement it as time permits.

Yes - if we upgrade node_redis to 0.8, we have to upgrade the tests too (which were copied from 0.7). I forgot to commit the upgraded test I ran --...

ahh, I pushed the fix to both branches: 5850d3fd795e90ee9fb43a87d3a8aa0a967a2d15 now to work out the new failures... https://gist.github.com/carlos8f/5544218

haredis does a dns lookup to translate hostnames to ips, mainly so if you specify a hostname in one conf and an IP in another, the client doesn't see them...

Looks promising, but to upgrade to node_redis 0.10 I need to be sure haredis passes the 0.10 tests. test.js from the node_redis project has traditionally been copied over into haredis,...

Part of the haredis tests are borrowed from node_redis. What you ran was the node_redis 0.7 tests using node_redis 0.10 code, which doesn't indicate much :) To assure "drop-in" status,...

My guess is the old redis-server version is causing failures (pretty sure the node_redis tests are written for 2.6 or later). You could try compiling redis 2.6 or 2.8 from...

Thanks, I massaged it a bit and pushed [node_redis_0.10](https://github.com/carlos8f/haredis/tree/node_redis_0.10) branch. There are some test failures now in `hmget` and `sub_unsub_sub` that need to be worked out. ![screen shot 2014-02-11 at...