diff --git a/docs/source/topic/using_with_existing_modules.rst b/docs/source/topic/using_with_existing_modules.rst index 8b1881b..8352a82 100644 --- a/docs/source/topic/using_with_existing_modules.rst +++ b/docs/source/topic/using_with_existing_modules.rst @@ -15,7 +15,7 @@ Celery # Create a Redis instance using redislite REDIS_DB_PATH = os.path.join('/tmp/my_redis.db') - rdb = Redis(RDB_PATH) + rdb = Redis(REDIS_DB_PATH) REDIS_SOCKET_PATH = 'redis+socket://%s' % (rdb.socket_file, ) # Use redislite for the Celery broker