jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
533 stars 137 forks source link

Make the cache keys for nodes and relationships configurable #68

Closed rado-h closed 12 years ago

rado-h commented 12 years ago

The current model of generating cache keys (node-{id} and relationship-{id}) leads to collusions if the cache storage stores caches from two or more different neo4j instances (for example two different applications using different instances of neo4j, but one memcached server)

jadell commented 12 years ago

Didn't mean to close this, sorry