Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Simple connection is not subscribing how to test #91

Open
blodone opened this issue Jun 27, 2015 · 0 comments
Open

Simple connection is not subscribing how to test #91

blodone opened this issue Jun 27, 2015 · 0 comments

Comments

@blodone
Copy link

blodone commented Jun 27, 2015

I try to debug a tornadoredis Client connection and try to get some values
I'm using redis 2.8 and redis 3.0.2

c = Client(...)
c.connect()
c.get('asd')
c.set('asd','asd')
c.get('asd')

returns always None

Also when i do

subscriber = tornadoredis.pubsub.SockJSSubscriber(client)
subscriber.subscribe('list', subscriber)

and then look on the redis server with:
pubsub channels

its sometimes returning an empty list or set without any error messages

@blodone blodone changed the title how can i test simple connection like get Simple connection is not subscribing how to test Jun 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant