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

feat(command): add zadd zrem zrangewithscores #9

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

superxrb
Copy link

增加三个命令zadd zrem 和 zrangewithscores

src/lib/Common.ts Outdated Show resolved Hide resolved
src/lib/Common.ts Outdated Show resolved Hide resolved
src/lib/Common.ts Outdated Show resolved Hide resolved
src/lib/Common.ts Outdated Show resolved Hide resolved
@@ -1,6 +1,6 @@
{
"name": "@litert/redis",
"version": "3.0.1",
"version": "3.0.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use command npm version v3.0.2 to update package version

* Command: zAdd
* @see https://redis.io/commands/zAdd
*/
zAdd(key: string, member: string, score: string | Buffer): Promise<boolean>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

member: string | Buffer
score: string | number

@fenying fenying merged commit aee7f46 into litert:master Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants