This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 41a3127 Update supported-commands.md (#183)
41a3127 is described below
commit 41a3127bfa63d9dbafa50852fe49c223d5ee5417
Author: 纪华裕 <[email protected]>
AuthorDate: Wed Jan 3 11:01:56 2024 +0800
Update supported-commands.md (#183)
---
docs/supported-commands.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 4f28de6..aa0f749 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -19,7 +19,7 @@
| MSET | √ | v1.0.0 |
|
| MSETNX | √ | v1.3.0 |
|
| PSETEX | √ | v1.3.0 | precision is in seconds if
old encoding is used (see
[#1033](https://github.com/apache/kvrocks/issues/1033)) |
-| SET | √ | v1.0.0 |
|
+| SET | √ | v1.0.0 | supported `KEEPTTL` and
`GET` options since v2.8.0 |
| SETEX | √ | v1.0.0 |
|
| SETNX | √ | v1.0.0 |
|
| SETRANGE | √ | v1.0.0 |
|