Skip to content

Commit 2b2aa62

Browse files
committed
Added commands to disabled list
1 parent 001a905 commit 2b2aa62

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -527,21 +527,24 @@ For more information about databases, see [What are Redis databases?](cache-deve
527527
528528
## Redis commands not supported in Azure Cache for Redis
529529

530+
Configuration and management of Azure Cache for Redis instances is managed by Microsoft, which makes disables the following commands. If you try to invoke them, you receive an error message similar to `"(error) ERR unknown command"`.
531+
532+
- ACL
533+
- BGREWRITEAOF
534+
- BGSAVE
535+
- CLUSTER - Cluster write commands are disabled, but read-only Cluster commands are permitted.
536+
- CONFIG
537+
- DEBUG
538+
- MIGRATE
539+
- PSYNC
540+
- REPLICAOF
541+
- SAVE
542+
- SHUTDOWN
543+
- SLAVEOF
544+
- SYNC
545+
530546
> [!IMPORTANT]
531-
> Because configuration and management of Azure Cache for Redis instances is managed by Microsoft, the following commands are disabled. If you try to invoke them, you receive an error message similar to `"(error) ERR unknown command"`.
532-
>
533-
>- BGREWRITEAOF
534-
>- BGSAVE
535-
>- CONFIG
536-
>- DEBUG
537-
>- MIGRATE
538-
>- SAVE
539-
>- SHUTDOWN
540-
>- SLAVEOF
541-
>- REPLICAOF
542-
>- ACL
543-
>- CLUSTER - Cluster write commands are disabled, but read-only Cluster commands are permitted.
544-
>
547+
> Because configuration and management of Azure Cache for Redis instances is managed by Microsoft, some commands are disabled. The commands are listed above. If you try to invoke them, you receive an error message similar to `"(error) ERR unknown command"`.
545548
546549
For more information about Redis commands, see [https://redis.io/commands](https://redis.io/commands).
547550

0 commit comments

Comments
 (0)