1.0.0 • Published 7 years ago

rduk-cache-store-redis v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

RDUK - Redis Cache Store Provider

Build Status

this module must be used together with rduk-cache

It's an implementation of BaseCacheStoreProvider

Cache configuration

You must add the cache store section in your config file.

  1. Add a config.yml file to your app (more information here)
  2. Add a cacheStore section
# config example
---
cacheStore:
    name: redis
    providers:
        -
            name: redis
            type: rduk-cache-store-redis
            url: redis://...

Connection pooling

You can configurate the maximum number of simultaneous connections to your redis server.

# config example
---
cacheStore:
    name: redis
    providers:
        -
            name: redis
            type: rduk-cache-store-redis
            url: redis://...
            maxConnection: 20 # default: 10

Data serialization

By default, data are serialized as data:application/json;base64

1.0.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago