You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
Hey,
I have a problem with this bundle mb whole memcached.
I have 2 websites that have Entity called Category. So If I restart memcached, one website stop working with this error>
Property Entity\Category::$name does not exist
or
Property Entity\Category::$title does not exist
Because one entity has $name second $title.
first website config:
tqd_memcache:
session:
pool: default
pools:
default:
servers:
- { host: localhost, tcp_port: 11211 }
options:
allow_failover: true
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
doctrine:
metadata_cache:
pool: default
entity_manager: default # the name of your entity_manager connection
document_manager: default # the name of your document_manager connection
result_cache:
pool: default
entity_manager: [default, read] # you may specify multiple entity_managers
prefix: "mactrh_result_" # you may specify a prefix for the entries
query_cache:
pool: default
entity_manager: default
second:
....
doctrine:
metadata_cache:
pool: default
entity_manager: default # the name of your entity_manager connection
document_manager: default # the name of your document_manager connection
result_cache:
pool: default
entity_manager: [default, read] # you may specify multiple entity_managers
prefix: "aresult_" # you may specify a prefix for the entries
query_cache:
pool: default
entity_manager: default
Is it possible to somehowe add prefix or something to let memcached recognize websites?
Thanks
The text was updated successfully, but these errors were encountered:
Hey,
I have a problem with this bundle mb whole memcached.
I have 2 websites that have Entity called Category. So If I restart memcached, one website stop working with this error>
Property Entity\Category::$name does not exist
or
Property Entity\Category::$title does not exist
Because one entity has $name second $title.
first website config:
second:
Is it possible to somehowe add prefix or something to let memcached recognize websites?
Thanks
The text was updated successfully, but these errors were encountered: