memcacheVersion property
The major version of Memcached software.
If not provided, latest supported version will be used. Currently the
latest supported major version is MEMCACHE_1_5
. The minor version will
be automatically determined by our system based on the latest supported
minor version.
Possible string values are:
- "MEMCACHE_VERSION_UNSPECIFIED" : Memcache version is not specified by customer
- "MEMCACHE_1_5" : Memcached 1.5 version.
- "MEMCACHE_1_6_15" : Memcached 1.6.15 version.
Implementation
core.String? memcacheVersion;