On Mon, 23 Jun 2014, Lanxin Ma wrote:
> 2014-06-23 15:30:36 -->   File 
> "/usr/lib/python2.6/site-packages/nydus/db/routers/base.py", line 128, in 
> _handle_exception
> 2014-06-23 15:30:36 -->     raise e
> 2014-06-23 15:30:36 --> Exiting.
>
> How do fix the problem? Please giv eme some clue.

nydus is a routing library for Redis.  Have you installed both, with
versions as recommended in `requirements.txt`?  Is your Redis server
running?  Isn't your firewall blocking its port or something?  Just some
things to check in situations like these.  E.g. on my machine:

  $ sudo /etc/init.d/redis-server restart

  $ sudo pip freeze | grep -iE '(redis|nydus)'
  nydus==0.10.6
  redis==2.9.0

  $ redis-cli set foo bar
  OK
  $ redis-cli keys foo
  1) "foo"
  $ redis-cli get foo
  "bar"

Best regards
-- 
Tibor Simko

Reply via email to