Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize: update README.md #13

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [ main ]

jobs:
# job 1: Test based on java 8 and 21. Do not checkstyle.
build:
name: "build"
services:
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | |



Expand Down