https://github.com/dragomano/redis-cache-for-smf
Redis Cache Implementation for SMF
https://github.com/dragomano/redis-cache-for-smf
cache redis-cache smf smf-modifications smf-mods
Last synced: 4 months ago
JSON representation
Redis Cache Implementation for SMF
- Host: GitHub
- URL: https://github.com/dragomano/redis-cache-for-smf
- Owner: dragomano
- License: bsd-3-clause
- Created: 2022-03-12T19:07:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T03:11:36.000Z (about 1 year ago)
- Last Synced: 2024-12-30T18:07:20.589Z (5 months ago)
- Topics: cache, redis-cache, smf, smf-modifications, smf-mods
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis Cache for SMF
[](https://github.com/SimpleMachines/SMF2.1)
[](https://github.com/SimpleMachines/SMF/tree/release-3.0)
- **Tested on:** PHP 8.2.17, Redis 6.0.2
- **Languages:** English, RussianMake sure that Redis installed on your server.
`php.ini`:
```ini
extension = redis# optional
session.save_handler = "redis"
session.save_path = "tcp://127.0.0.1:6379"
```