You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
docs: fix a typo in isolated-execution.md (#1795)
This commit is contained in:
@@ -8,7 +8,7 @@ Sometimes you want to run your commands on an exclusive connection. There are a
|
|||||||
|
|
||||||
Below are several examples of how to use isolated execution.
|
Below are several examples of how to use isolated execution.
|
||||||
|
|
||||||
> NOTE: Behind the scences we're using [`generic-pool`](https://www.npmjs.com/package/generic-pool) to provide a pool of connections that can be isolated. Go there to learn more.
|
> NOTE: Behind the scenes we're using [`generic-pool`](https://www.npmjs.com/package/generic-pool) to provide a pool of connections that can be isolated. Go there to learn more.
|
||||||
|
|
||||||
## The Simple Scenario
|
## The Simple Scenario
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user