Azure Key Vault secret store Component format Authenticating with Azure AD Spec metadata fields Example: Create an Azure Key Vault and authorize a Service Principal Prerequisite...
SETNX key value *Return value *Examples *Design pattern: Locking with SETNX *Handling deadlocks SETNX key value Available since 1.0.0. Time complexity: O(1) Set key to...
RENAMENX key newkey *History *Return value *Examples RENAMENX key newkey Available since 1.0.0. Time complexity: O(1) Renames key to newkey if newkey does not yet exi...
MOVE key db *Return value MOVE key db Available since 1.0.0. Time complexity: O(1) Move key from the currently selected database (see SELECT ) to the specified destinatio...
INCRBYFLOAT key increment *Return value *Examples *Implementation details INCRBYFLOAT key increment Available since 2.6.0. Time complexity: O(1) Increment the string rep...
HEXISTS key field *Return value *Examples HEXISTS key field Available since 2.0.0. Time complexity: O(1) Returns if field is an existing field in the hash stored at key ...
GETBIT key offset *Return value *Examples GETBIT key offset Available since 2.2.0. Time complexity: O(1) Returns the bit value at offset in the string value stored at key...
EXPIREAT key timestamp *Background *Return value *Examples EXPIREAT key timestamp Available since 1.2.0. Time complexity: O(1) EXPIREAT has the same effect and semantic...