mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
Conventions & code formating
This commit is contained in:
21
README.md
21
README.md
@@ -1,16 +1,19 @@
|
||||
# ⚡️ Redis Setup
|
||||
|
||||
[](https://github.com/glowingblue/flarum-ext-redis-setup/blob/master/LICENSE.md) [](https://packagist.org/packages/glowingblue/redis-setup) [](https://packagist.org/packages/glowingblue/redis-setup)
|
||||
[](https://github.com/glowingblue/flarum-ext-redis-setup/blob/master/LICENSE.md)
|
||||
[](https://packagist.org/packages/glowingblue/redis-setup)
|
||||
[](https://packagist.org/packages/glowingblue/redis-setup)
|
||||
|
||||
A [Flarum](http://flarum.org) extension.
|
||||
|
||||
Makes it easy to enable/disable Redis features:
|
||||
|
||||
- Cache
|
||||
- Queue
|
||||
- Sessions
|
||||
- Cache
|
||||
- Queue
|
||||
- Sessions
|
||||
|
||||
If you are using a local redis setup, you will likely be able to simply use the defaults provided. Any of these can be overridden using environment variables as follows:
|
||||
If you are using a local redis setup, you will likely be able to simply use the defaults provided.
|
||||
Any of these can be overridden using environment variables as follows:
|
||||
|
||||
```ini
|
||||
REDIS_HOST='127.0.0.1 # Optional, else uses default
|
||||
@@ -37,7 +40,7 @@ php flarum cache:clear
|
||||
|
||||
## 🔗 Links
|
||||
|
||||
- [Flarum Discuss post](https://discuss.flarum.org/d/27455)
|
||||
- [Source code on GitHub](https://github.com/glowingblue/flarum-ext-redis-setup)
|
||||
- [Report an issue](https://github.com/glowingblue/flarum-ext-redis-setup/issues)
|
||||
- [Download via Packagist](https://packagist.org/packages/glowingblue/redis-setup)
|
||||
- [Flarum Discuss post](https://discuss.flarum.org/d/27455)
|
||||
- [Source code on GitHub](https://github.com/glowingblue/flarum-ext-redis-setup)
|
||||
- [Report an issue](https://github.com/glowingblue/flarum-ext-redis-setup/issues)
|
||||
- [Download via Packagist](https://packagist.org/packages/glowingblue/redis-setup)
|
||||
|
||||
Reference in New Issue
Block a user