Parcourir la source

Redis: No longer implements_incr with new_join

Ask Solem il y a 9 ans
Parent
commit
bca90b239d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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,