Aerospike nodes without sync: deploying Aerospike as a replacement for Memcache

Please click the link below to read various perspectives from the developer community to the following question asked on Stackoverflow:

"We want to deploy aerospike as replacement for memcache. We have two servers to deploy it.

For cache we don’t want data replication across multiple nodes. In our architecture we have one cache on each node.

Now issue with aerospike is it’s shared nothing architecture which increases the sync between two nodes. Data transfer leads to lot of bandwidth between two machines. As we are on 1gbps network and caching space is around 4Gb, it really uses up all bandwidth once the cache start to filling up.

We just want to use aerospike without its cluster support.

Anyway to turn it off in the aerospike.conf ?"