rl-cloud-api-sdk
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -111,3 +111,3 @@ import { DatabaseProtocol, DatabaseDataPersistence, DatabaseDataEvictionPolicy, DatabaseThroughputMeasurement, DatabaseImportSource } from '../responses/database'; | ||
*/ | ||
declare type DatabaseModule = 'RedisBloom' | 'RedisGraph' | 'RedisJSON' | 'RediSearch'; | ||
declare type DatabaseModule = 'RedisBloom' | 'RedisGraph' | 'RedisJSON' | 'RediSearch' | 'RedisTimeSeries'; | ||
/** | ||
@@ -114,0 +114,0 @@ * The parameters needed to import a database file into an existing database |
{ | ||
"name": "rl-cloud-api-sdk", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "This is a client for the Redislabs Cloud API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
96913