Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Prefix for pool #85

Open
sharipovmarat opened this issue Nov 25, 2016 · 1 comment
Open

Prefix for pool #85

sharipovmarat opened this issue Nov 25, 2016 · 1 comment

Comments

@sharipovmarat
Copy link

sharipovmarat commented Nov 25, 2016

Hi!

lsw_memcache:
    session:
        pool: default
    pools:
        default:
            servers:
              - { host: 127.0.0.1, tcp_port: 11211 }
            options:
                allow_failover: true
#                prefix_key: "dev_" or
#                prefix_key: "%secret%"
                max_failover_attempts: 20
                default_port: 11211
                chunk_size: 32768
                protocol: ascii
                hash_strategy: consistent
                hash_function: crc32
                redundancy: true
                session_redundancy: 2
                compress_threshold: 20000
                lock_timeout: 15

This is my configuration. I have a 2 versions on one server (dev and prod). When i open dev version, memcache data load from prod version.

Can you add prefix key supporting for this?

@mevdschee
Copy link
Contributor

See: #56

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants