From 1246910526c7f066a2203874c83dc4e9747a9aba Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Sun, 7 Jul 2024 14:54:04 +0300 Subject: [PATCH] [doc] minor updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63e718..115e823 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ clinet = RedisQueuedLocks::Client.new(redis_client) do |config| # (default: false) # - adds additional debug logs; # - enables additional logs for each internal try-retry lock acquiring (a lot of logs can be generated depending on your retry configurations); - # - it adds following logs in addition to the existing: + # - it adds following debug logs in addition to the existing: # - "[redis_queued_locks.try_lock.start]" (logs "lock_key", "queue_ttl", "acq_id", "hst_id", "acs_strat"); # - "[redis_queued_locks.try_lock.rconn_fetched]" (logs "lock_key", "queue_ttl", "acq_id", "hst_id", "acs_strat"); # - "[redis_queued_locks.try_lock.same_process_conflict_detected]" (logs "lock_key", "queue_ttl", "acq_id", "hst_id", "acs_strat");