Skip to content

Conversation

@owenvoke
Copy link
Member

@nunomaduro
Copy link
Member

@owenvoke Would this feature would be useful for people? Can you give me a snippet example?

@owenvoke
Copy link
Member Author

I probably wouldn't use it, but back on laravel-zero/website#39 you mentioned it would be nice as a component.

@nunomaduro
Copy link
Member

My question is more like: After people install the component. What code can they use to use redis?

@owenvoke
Copy link
Member Author

Ohhh. Whoops. I guess they can use it with the queue or database components. For example you could make a CLI tool for viewing or managing Redis tasks.
https://laravel.com/docs/8.x/redis

Or you could use the facade with Redis::get() or Redis::set() for storing any data.

Copy link
Member

@nunomaduro nunomaduro left a comment

Choose a reason for hiding this comment

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

Makes sense. So let's make sure you put those on docs. Looks good to merge.

@owenvoke
Copy link
Member Author

I'll write the docs for this later and then merge. 👍🏻 Thanks Nuno.

@owenvoke owenvoke merged commit 8bca1ef into laravel-zero:master Oct 29, 2020
@owenvoke owenvoke deleted the feature/redis-component branch October 29, 2020 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants