• Tools
  • Articles
  • Q&A
  • Login
0 0

怎么使用tornadoredis获取no asnyc操作如get, exists的结果


代码:


 res = yield tornado.gen.Task(self.client.get, key_user)
print res

有报错: RequestError: Executing non-Pub/Sub command while in subscribed state

Redis python tornado

10 years, 10 months ago
vsa777

vsa777


share
vsa777 10 years, 10 months ago

Answers

Your Answer

Ask Question
Related questions

tornado-redis: 为什么 tornado-redis 的 'listen' 和 '...

python连接redis或者memcached有必要异步?

flask里面的endpoint和blueprint要怎么理解

python 'type' object has no attribute '__getite...

tornado authenticated 分析

web服务器用到的底层技术为什么大多是线程阻塞和多路复用?