mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add "namespace" attribute to options interface (#23280)
This commit is contained in:
parent
d337ba060d
commit
97bc67099c
4
types/memcached/index.d.ts
vendored
4
types/memcached/index.d.ts
vendored
@ -280,5 +280,9 @@ declare namespace Memcached {
|
||||
* 5000, the idle timeout for the connections.
|
||||
*/
|
||||
idle ?: number;
|
||||
/**
|
||||
* '', sentinel to prepend to all memcache keys for namespacing the entries.
|
||||
*/
|
||||
namespace ?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user