You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/11/10 14:57:01 UTC

[GitHub] [incubator-kvrocks] boatrainlsz opened a new issue, #1083: [NEW] add SINTERCARD command in Redis

boatrainlsz opened a new issue, #1083:
URL: https://github.com/apache/incubator-kvrocks/issues/1083

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   add support for [SINTERCARD](https://redis.io/commands/sintercard/) command in Redis, which is available since Redis 7.0.0
   
   ### Solution
   
   Since `SINTER` and `SCARD` were implemented already, I think it's quite straightforward to combine those two commands' logic.
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #1083: [NEW] Add `SINTERCARD` command aligned Redis

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk closed issue #1083: [NEW] Add `SINTERCARD` command aligned Redis
URL: https://github.com/apache/incubator-kvrocks/issues/1083


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #1083: [NEW] add SINTERCARD command in Redis

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #1083:
URL: https://github.com/apache/incubator-kvrocks/issues/1083#issuecomment-1310439429

   @boatrainlsz Thanks, assigned.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org