Hi,
Can somebody clarify this?
From the example, if I include both id and Bottleneck, then Redis is not supported?
...
// A "throttling ID". All octokit instances with the same ID
// using the same Redis server will share the throttling.
id: "my-super-app",
// Otherwise the plugin uses a lighter version of Bottleneck without Redis support
Bottleneck
If remove Bottleneck, I would get the error Error: RedisDatastore$1 is not a constructor.
Thanks!
Hi,
Can somebody clarify this?
From the example, if I include both id and Bottleneck, then Redis is not supported?
If remove
Bottleneck, I would get the errorError: RedisDatastore$1 is not a constructor.Thanks!