MemcachedCacheOptionsType
이 콘텐츠는 아직 번역되지 않았습니다.
MemcachedCacheOptionsType =
object
Defined in: src/cache/MemcachedCacheOptions.ts:6
Plain options-object shape accepted by a MemcachedCache.
Properties
Section titled “Properties”client?
Section titled “client?”
readonlyoptionalclient?:MemcachedClientLike
Defined in: src/cache/MemcachedCacheOptions.ts:15
Pre-built memjs client — bypass internal construction.
keyPrefix?
Section titled “keyPrefix?”
readonlyoptionalkeyPrefix?:string
Defined in: src/cache/MemcachedCacheOptions.ts:13
Optional key prefix (server-side, applied to every operation).
password?
Section titled “password?”
readonlyoptionalpassword?:string
Defined in: src/cache/MemcachedCacheOptions.ts:11
servers?
Section titled “servers?”
readonlyoptionalservers?:string
Defined in: src/cache/MemcachedCacheOptions.ts:8
Comma-separated server list, e.g. 'localhost:11211'. Default: 'localhost:11211'.
username?
Section titled “username?”
readonlyoptionalusername?:string
Defined in: src/cache/MemcachedCacheOptions.ts:10
Optional username/password for SASL auth.
