Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add connect-redis for redis support #183

Merged
merged 1 commit into from
Apr 12, 2022
Merged

add connect-redis for redis support #183

merged 1 commit into from
Apr 12, 2022

Conversation

paulfitz
Copy link
Member

Redis is an optional dependency of Grist. When available, it can be used for session storage, for supporting a pool of workers, and
for managing webhook delivery. This commit adds connect-redis to package.json to simplify enabling Redis for the end user. It is a small, self-contained library.

See #128

Redis is an optional dependency of Grist. When available, it can
be used for session storage, for supporting a pool of workers, and
for managing webhook delivery. This commit adds connect-redis to
package.json to simplify enabling Redis for the end user.
Copy link
Contributor

@georgegevoian georgegevoian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@paulfitz paulfitz merged commit 05c89fb into main Apr 12, 2022
@paulfitz paulfitz deleted the add-redis-package branch April 12, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants