RedisResource.withModule
Method
interface RedisResource { // ... omitted for brevity withModule(path: string): RedisResource;}Signature
method
withModulebuilderConfigures the Redis resource to use the specified Redis module by providing its path inside the container.
withModule(path: string): RedisResourceParameters
pathstringReturns
RedisResourceDefined on
This method is defined on the following type: