Change default value for the SDG server.memcached.protocol property from 11211 to ASCII.

This commit is contained in:
John Blum
2019-04-05 18:27:08 -07:00
parent 2d35857a71
commit 8be1c5e242

View File

@@ -851,7 +851,7 @@
{
"name": "spring.data.gemfire.service.memcached.protocol",
"type": "org.springframework.data.gemfire.config.annotation.EnableMemcachedServer$MemcachedProtocol",
"default": 11211,
"default": "ASCII",
"description": "Configures the protocol used by the embedded Memcached server (service)."
},
{