0 votes
in Redis by

 _____________ is a type of lock that allows you to limit the number of processes that can concurrently access a resource to some fixed number.

a) Lock with timeouts

b) Optimistic locking

c) Counting semaphore

d) Distributed locking

1 Answer

0 votes
by
c) Counting semaphore

Related questions

0 votes
asked Feb 16, 2020 in Redis by rahuljain1
0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
...