Browse Source

Redis: No longer implements_incr with new_join

Ask Solem 9 years ago
parent
commit
bca90b239d
1 changed files with 0 additions and 1 deletions
  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,