Created
June 5, 2012 18:22
-
-
Save tsabat/2876704 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/Users/timsabat/Sites/thewall/bin/retools-worker", line 8, in <module> | |
load_entry_point('retools==0.2', 'console_scripts', 'retools-worker')() | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/retools/queue.py", line 530, in run_worker | |
worker.work(interval=options.interval, blocking=options.blocking) | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/retools/queue.py", line 359, in work | |
self.startup() | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/retools/queue.py", line 445, in startup | |
self.register_worker() | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/retools/queue.py", line 430, in register_worker | |
pipeline.execute() | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/redis/client.py", line 1517, in execute | |
return execute(conn, stack) | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/redis/client.py", line 1462, in _execute_transaction | |
self.parse_response(connection, '_') | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/redis/client.py", line 1493, in parse_response | |
self, connection, command_name, **options) | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/redis/client.py", line 290, in parse_response | |
response = connection.read_response() | |
File "/Users/timsabat/Sites/thewall/lib/python2.7/site-packages/redis/connection.py", line 270, in read_response | |
raise response | |
redis.exceptions.ResponseError: unknown command 'MULTI' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment