Skip to content

Commit d2eb2b9

Browse files
authored
feat: support select for redis compatibility (#201)
1 parent eddc9bf commit d2eb2b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

en_US/key-value-data-model/redis-compatibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The current implementation of the Datalayers Key-Value supports a subset of Redi
55
| Command Category | Command | Support Level | Comments |
66
| --- | --- | --- | --- |
77
| **Connection Management** | PING | Fully Supported | |
8+
| | SELECT | Fully Supported | Supported index: [0, 65535] |
89
| **Generic** | KEYS | Fully Supported | |
910
| | DEL | Fully Supported | |
1011
| **Transaction** | MULTI | Fully Supported | |

zh_CN/key-value-data-model/redis-compatibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| <div style="width:150px">命令类别</div> | 命令 | <div style="width:100px">支持级别</div> | 备注 |
66
| --- | --- | --- | --- |
77
| **连接管理** | PING | 完全支持 | |
8+
| | SELECT | 完全支持 | 支持 [0, 65535] 范围内的 index |
89
| **通用命令** | KEYS | 完全支持 | |
910
| | DEL | 完全支持 | |
1011
| **事务** | MULTI | 完全支持 | |

0 commit comments

Comments
 (0)