コンテンツにスキップ
日本語

MemcachedCacheOptionsType

このコンテンツはまだ日本語訳がありません。

MemcachedCacheOptionsType = object

Defined in: src/cache/MemcachedCacheOptions.ts:6

Plain options-object shape accepted by a MemcachedCache.

readonly optional client?: MemcachedClientLike

Defined in: src/cache/MemcachedCacheOptions.ts:15

Pre-built memjs client — bypass internal construction.


readonly optional keyPrefix?: string

Defined in: src/cache/MemcachedCacheOptions.ts:13

Optional key prefix (server-side, applied to every operation).


readonly optional password?: string

Defined in: src/cache/MemcachedCacheOptions.ts:11


readonly optional servers?: string

Defined in: src/cache/MemcachedCacheOptions.ts:8

Comma-separated server list, e.g. 'localhost:11211'. Default: 'localhost:11211'.


readonly optional username?: string

Defined in: src/cache/MemcachedCacheOptions.ts:10

Optional username/password for SASL auth.