You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/luin/ioredis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
See [API Documentation](https://luin.github.io/ioredis/index.html#RedisOptions) for all available options.
191
+
See [API Documentation](https://redis.github.io/ioredis/index.html#RedisOptions) for all available options.
192
192
193
193
## Pub/Sub
194
194
@@ -569,8 +569,8 @@ This feature allows you to specify a string that will automatically be prepended
569
569
to all the keys in a command, which makes it easier to manage your key
570
570
namespaces.
571
571
572
-
**Warning** This feature won't apply to commands like [KEYS](http://redis.io/commands/KEYS) and [SCAN](http://redis.io/commands/scan) that take patterns rather than actual keys([#239](https://github.com/luin/ioredis/issues/239)),
573
-
and this feature also won't apply to the replies of commands even if they are key names ([#325](https://github.com/luin/ioredis/issues/325)).
572
+
**Warning** This feature won't apply to commands like [KEYS](http://redis.io/commands/KEYS) and [SCAN](http://redis.io/commands/scan) that take patterns rather than actual keys([#239](https://github.com/redis/ioredis/issues/239)),
573
+
and this feature also won't apply to the replies of commands even if they are key names ([#325](https://github.com/redis/ioredis/issues/325)).
574
574
575
575
```javascript
576
576
constfooRedis=newRedis({ keyPrefix:"foo:" });
@@ -1443,7 +1443,7 @@ Thank you for using ioredis :-)
1443
1443
1444
1444
This project exists thanks to all the people who contribute:
0 commit comments