We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b720d5f commit dc7bcd9Copy full SHA for dc7bcd9
README.md
@@ -26,7 +26,7 @@ A redlock object is instantiated with an array of at least one redis client and
26
27
```ts
28
import Client from "ioredis";
29
-import Redlock from "./redlock";
+import Redlock from "redlock";
30
31
const redisA = new Client({ host: "a.redis.example.com" });
32
const redisB = new Client({ host: "b.redis.example.com" });
0 commit comments