From bd41bdf2701a820c19de5a3e3445f57216bb037f Mon Sep 17 00:00:00 2001 From: jianbin Date: Mon, 8 Apr 2024 09:39:24 +0800 Subject: [PATCH] optimize: update README.md --- .github/workflows/build.yml | 1 - README.md | 17 +++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de947e1..0a6272b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,6 @@ on: branches: [ main ] jobs: - # job 1: Test based on java 8 and 21. Do not checkstyle. build: name: "build" services: diff --git a/README.md b/README.md index 8c034eb..30933e7 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,15 @@ High-performance Aerospike proxy for the Redis protocold Details can be found here: [redispike-proxy/src/test/java/icu/funkye/redispike/ServerTest.java at main ยท funky-eyes/redispike-proxy (github.com)](https://github.com/funky-eyes/redispike-proxy/blob/main/src/test/java/icu/funkye/redispike/ServerTest.java) -| feature | note | -| ------- | -------------------------------------------------------- | -| String | Perfect support | -| Hash | HSETNX only supports the key level, not the column level | -| List | Not support | -| pub/sub | Ready for support | -| Set | Ready for support | -| ZSet | | +| feature | support | note | +|---------|---------|------| +| String | done | | +| Hash | done | HSETNX only supports the key level, not the column level | +| Scan | | | +| List | | | +| Set | | | +| ZSet | | | +| keys | | |