Storage Engine | Supported Version | Supported Architecture |
Redis Edition | 4.0 or later | Standard architecture and cluster architecture |
Valkey Edition | 8.0 | Standard architecture and cluster architecture |
Memcached Edition | Not supported | |



Parameter Name | Parameter Description |
Account Name | Fixed to the Default account, that is, the system enables replica read-only only for the default account. |
Command Permission | Fixed to Read/Write permissions. The default account has read-write permissions. |
Read-Only Routing Policy | By default, Replica Node are selected. You can also choose Master Node or select both replica nodes and primary nodes. Read requests will be automatically load-balanced by the system to the configured read-only nodes. |
Read Local Nodes Only | When the instance is deployed in multiple AZs, this parameter is displayed. The nearby access feature switch is fixed to Disabled. You can configure the parameter read-local-node-only on the Parameter Settings page in the console to enable or disable this feature. |
Fees | Currently in free trial. |

Architecture Type | Commands Routed Only to the Primary Node Under Read/Write Separation |
Standard Edition | getdel,getex,set,setnx,setex,psetex,append,del,unlink,setbit,bitfield,setrange,incr,decr,rpush,lpush,rpushx,lpushx,linsert,rpop,lpop,brpop,brpoplpush,blpop,lset,ltrim,lrem,rpoplpush,sadd,srem,smove,spop,sinterstore,sunionstore,sdiffstore,sscan,zadd,zincrby,zrem,zremrangebyscore,zremrangebyrank,zremrangebylex,zunionstore,zinterstore,zscan,zpopmin,zpopmax,bzpopmin,bzpopmax,hset,hsetnx,hmset,hincrby,hincrbyfloat,hdel,hscan,incrby,decrby,incrbyfloat,getset,mset,msetnx,swapdb,move,rename,renamenx,expire,expireat,pexpire,pexpireat,scan,ping,multi,exec,discard,flushdb,flushall,sort,replconf,info,imonitor,persist,role,subscribe,unsubscribe,psubscribe,punsubscribe,publish,pubsub,watch,unwatch,restore,eval,evalsha,script,time,bitop,wait,command,readonly,lastsave,echo,geoadd,georadius,georadiusbymember,pfadd,pfmerge,pfdebug,xadd,xreadgroup,xgroup,xsetid,xack,xclaim,xautoclaim,xdel,xtrim,hello |
Cluster Edition | getdel,getex,set,setnx,setex,psetex,append,del,unlink,setbit,bitfield,setrange,incr,decr,rpush,lpush,rpushx,lpushx,linsert,rpop,lpop,brpop,brpoplpush,blpop,lset,ltrim,lrem,rpoplpush,sadd,srem,smove,spop,sinterstore,sunionstore,sdiffstore,sscan,zadd,zincrby,zrem,zremrangebyscore,zremrangebyrank,zremrangebylex,zunionstore,zinterstore,zscan,zpopmin,zpopmax,bzpopmin,bzpopmax,hset,hsetnx,hmset,hincrby,hincrbyfloat,hdel,hscan,incrby,decrby,incrbyfloat,getset,mset,msetnx,swapdb,move,rename,renamenx,expire,expireat,pexpire,pexpireat,keys,scan,dbsize,ping,echo,lastsave,multi,exec,discard,flushdb,flushall,sort,info,persist,role,subscribe,unsubscribe,psubscribe,punsubscribe,publish,pubsub,watch,unwatch,restore,eval,evalsha,script,time,bitop,wait,geoadd,georadius,georadiusbymember,pfadd,pfmerge,pfdebug,xadd,xreadgroup,xgroup,xsetid,xack,xclaim,xautoclaim,xdel,xtrim,hello |
API | Feature Description |
Enable read/write separation. | |
Disable read/write separation. |
Feedback