1
0
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:
Dmitriy Fishman
2021-12-22 15:34:17 +02:00
committed by GitHub
parent a0de7967f9
commit b37038e9dc

View File

@@ -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