cassandra - cache distribute framework for PHP -
currently, looking cache distribution framework php implementation.
mainly, local or remote cache storage.
i have idea "memcache" & "apache cassandra".
is there more framework ?
thanks javaamtho
you should consider couchbase, provides distributed persistent cache quite performant , super easy use. problem memcached it's harder scale additional machines, , if machine goes down lose keys , have rebuild cache. cassandra has excellent caching support quite bit more complex; if don't need complexity couchbase better choice.
Comments
Post a Comment