在Redis中,’CONFIG’命令用于获取或设置服务器的配置参数。如果你在使用该命令时遇到“ERR unknown command ‘CONFIG’”错误,很可能是因为你的Redis版本不支持该命令。在较早的Redis版本中,’CONFIG’命令可能不存在或不可用。解决这个问题的方法取决于你的具体需求和使用的Redis版本。以下是一些可能的解决方案: 升级...
在Azure Redis的门户页面中,通过Redis Console连接到Redis后,想通过CONFIG命令来配置Redis,但是系统提示CONFIG命令不能用。 错误消息为:(error) ERR unknown commandconfig。 根本原因 因为Azure Redis 缓存实例的配置和管理由 微软进行管理,所以禁用了以下命令。 如果尝试调用它们,将收到一条类似于 “(error) ERR unk...
完整错误日志如下 Caused by: org.redisson.client.RedisException: ERR unknown command `CONFIG`, with args beginning with: `GET`, `notify-keyspace-events`, . channel: [id: 0x59bd6ad6, L:/xxx.xx.xx.xx:xxxx - R:xxx.xx.xx.xx/xxx.xx.xx.xx:xxxx] command: (CONFIG GET), params: [notif...
at org.springframework.session.data.redis.config.ConfigureNotifyKeyspaceEventsAction.getNotifyOptions(ConfigureNotifyKeyspaceEventsAction.java:74) ... 29 moreCausedby: redis.clients.jedis.exceptions.JedisDataException:ERRunknown command 'CONFIG'at redis.clients.jedis.Protocol.processError(Protocol.java:117) ...
如下图所示,命令拼写有误,Redis实例返回“ERR unknown command”,删除String的正确命令为del。 在低版本Redis实例运行高版本命令 如下图所示,在Redis3.0版本运行Redis5.0新增的Stream相关命令,Redis实例返回命令出错信息。 部分命令被禁用 DCS Redis实例接口与开源Redis在数据访问方面完全兼容。但因易用性和安全性的原因...
【Azure Redis 缓存】Azure Redis 服务不支持指令CONFIG 问题描述 在Azure Redis的门户页面中,通过Redis Console连接到Redis后,想通过CONFIG命令来配置Redis,但是系统提示CONFIG命令不能用。 错误消息为:(error) ERR unknown command `config`。 根本原因 因为Azure Redis 缓存实例的配置和管理由 微软进行管理,所以禁用...
当springboot项目中用AWS的ElasticCache进行session共享的时候,用到@EnableRedisHttpSession这一注解时,重启服务的时候会出现“ERR unknown command 'CONFIG' when using Secured Redis”的错误,查看注解可以看到@Import(RedisHttpSessionConfiguration.class)这个实现类,可以看到 ...
When I create a node redis client using elasticache with redis (aws), it trigger this problem. The following should work without any issues: client.CONFIG('GET','*max-*-entries*',function(err,value){console.log(err,value);});
ERR unknown command'keys' ERR未知命令'键' 原因:keys命令用于全局查询 一般不建议使用所以能在redis.conf中配置了禁用该命令 解决方案: 检查redis.conf 中是否有该命令禁用配置 1/你线上的redis是否是你自己安装配置的,自行设置参数 2/如果使用了云redis等,请咨询相应的服务商如何开启。
1. 检查您的实例版本命令支持情况。