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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: