WATCH key [key …] *Return value WATCH key [key …] Available since 2.2.0. Time complexity: O(1) for every key. Marks the given keys to be watched for conditional execution ...
SINTER key [key …] *Return value *Examples SINTER key [key …] Available since 1.0.0. Time complexity: O(N*M) worst case where N is the cardinality of the smallest set and ...
MGET key [key …] *Return value *Examples MGET key [key …] Available since 1.0.0. Time complexity: O(N) where N is the number of keys to retrieve. Returns the values of al...
DEL key [key …] *Return value *Examples DEL key [key …] Available since 1.0.0. Time complexity: O(N) where N is the number of keys that will be removed. When a key to remo...
API: The key Property API: The key Property Set the key property of internal <router-view> component Type: String or Function The key property is propagated into <r...
SUNION key [key …] *Return value *Examples SUNION key [key …] Available since 1.0.0. Time complexity: O(N) where N is the total number of elements in all given sets. Retu...
API: The key Property API: The key Property Set the key property of internal <router-view> component Type: String or Function The key property is propagated in...