deable/redis-storage

Simplest way to use redis cache storage on your nette project.

v1.0.0 2023-12-07 18:25 UTC

This package is auto-updated.

Last update: 2024-04-07 19:22:55 UTC


README

Simple redis cache implementation for nette framework. Thanks to this library, you can simplify your workflow with the redis as a cache storage and Nette Framework.

Requirements

This library was developed for PHP 7.4 or newer, designed for Nette Framework version 3.1 or newer.

Installation

The best way to install this library is using Composer:

$ composer require deable/redis-storage

Contributing

This is an open source, community-driven project. If you would like to contribute, please follow the code format as used in current sources and submit a pull request.