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 Redis session store example. #8

Merged
merged 3 commits into from Sep 23, 2022
Merged

Add Redis session store example. #8

merged 3 commits into from Sep 23, 2022

Conversation

Octo8080X
Copy link
Owner

Hello, @xstevenyung.

I have created a sample that uses the Redis store.
(I apologize for having to recreate it.)

I have also created a README, so please follow it and try to run it.

Note that the following part of import _map.json is written for the next release.

 "fresh-session/": "https://deno.land/x/fresh-session@0.1.8/"

If you try to run it, rewrite the following.

"fresh-session/": "https://raw.githubusercontent.com/xstevenyung/fresh-session/main/"

#6

@Octo8080X Octo8080X self-assigned this Sep 8, 2022
@Octo8080X Octo8080X added the documentation Improvements or additions to documentation label Sep 8, 2022
@xstevenyung xstevenyung linked an issue Sep 12, 2022 that may be closed by this pull request
@xstevenyung
Copy link
Collaborator

xstevenyung commented Sep 12, 2022

@Octo8080X I'm not sure, but it seems like I can't make modification on your fork. Can you enable "Allow edits by maintainers" on the bottom right sidebar ?

I wanted to update a little bit your example to simplify for newcomers.

@Octo8080X
Copy link
Owner Author

Octo8080X commented Sep 13, 2022

@xstevenyung
"Allow edits from maintainers" doesn't show up, so it looks a bit difficult. My apologies.
It may be due to the fact that I forked this repository as @Octo8080's Organization.

If you could put in a comment, I will try to fix it accordingly.

You have successfully set "Allow edits by maintainers". Please check again.

Thank you for your concern.

@Octo8080X
Copy link
Owner Author

Hello @xstevenyung .

enabled "Allow edits by maintainers".
Regards.

@xstevenyung
Copy link
Collaborator

Sorry @Octo8080X , I've not had time to do much open source lately.

We can always simplify the setup later, tbh it's good enough for now.

I will tag the next release for the redis store 👍

@xstevenyung xstevenyung merged commit b323e97 into Octo8080X:main Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation for Redis Store with example
2 participants