Add "namespace" attribute to options interface (#23280)

This commit is contained in:
Passakorn Suppakityothin 2018-01-31 02:33:47 +07:00 committed by Sheetal Nandi
parent d337ba060d
commit 97bc67099c

View File

@ -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;
}
}