瀏覽代碼

Redis: No longer implements_incr with new_join

Ask Solem 9 年之前
父節點
當前提交
bca90b239d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      celery/backends/redis.py

+ 0 - 1
celery/backends/redis.py

@@ -54,7 +54,6 @@ class RedisBackend(KeyValueStoreBackend):
 
     supports_autoexpire = True
     supports_native_join = True
-    implements_incr = True
 
     def __init__(self, host=None, port=None, db=None, password=None,
                  max_connections=None, url=None,