Download the PHP package patrickrose/flysystem-redis without Composer
On this page you can find all versions of the php package patrickrose/flysystem-redis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download patrickrose/flysystem-redis
More information about patrickrose/flysystem-redis
Files in patrickrose/flysystem-redis
Download patrickrose/flysystem-redis
More information about patrickrose/flysystem-redis
Files in patrickrose/flysystem-redis
Vendor patrickrose
Package flysystem-redis
Short Description A Flysystem adapter for Redis
License MIT
Package flysystem-redis
Short Description A Flysystem adapter for Redis
License MIT
Please rate this library. Is it a good library?
Informations about the package flysystem-redis
flysystem-redis
A flysystem adapter for Redis
Installation
With composer of course:
Usage
Config options
update
, updateStream
, write
, writeStream
accept 3 config options:
Config option | Description | Valid values |
---|---|---|
expirationType | The expiration resolution to use (either EX or PX). Defaults to null | RedisAdapter::EXPIRE_IN_SECONDS , RedisAdapter::EXPIRE_IN_MILLISECONDS |
ttl | How long this key should live for. Defaults to forever. If set, expirationType is set to EX | Any integer |
setFlag | How the key should be set (NX or XX) | RedisAdapter::SET_IF_KEY_EXISTS , RedisAdapter::SET_IF_KEY_NOT_EXISTS |
All versions of flysystem-redis with dependencies
PHP Build Version
Package Version
The package patrickrose/flysystem-redis contains the following files
Loading the files please wait ....