Skip to content

Commit

Permalink
Merge pull request #5 from asanikovich/asanikovich-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
asanikovich authored Jul 2, 2023
2 parents 04cb618 + a98baf6 commit a3a5422
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
[![Total Downloads](https://img.shields.io/packagist/dt/asanikovich/laravel-roadrunner-cache.svg?style=flat-square)](https://packagist.org/packages/asanikovich/laravel-roadrunner-cache)
[![Licence](https://img.shields.io/packagist/l/asanikovich/laravel-roadrunner-cache.svg?style=flat-square)](https://packagist.org/packages/asanikovich/laravel-roadrunner-cache)

**This Laravel package allows you to work with RoadRunner KV Cache in Laravel (as cache driver).**
**This Laravel package allows you to work with RoadRunner KV Cache in Laravel (as a cache driver).**

## For laravel/octane users ##

Please note, that `swoole` in-memory or table cache works **only** inside HTTP workers.

If you want a cache that works from all parts of PHP (HTTP or CLI) - our package and RoadRunner KV will help you.

## Getting Started

Expand Down

0 comments on commit a3a5422

Please sign in to comment.