소스 검색

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,