redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.3k stars 949 forks source link

Add support for SPUBLISH #2757 #2800

Closed manish-manghwani closed 2 months ago

manish-manghwani commented 3 months ago

implementation for #2757

Due to its similarity with PUBLISH and PUBSUB SHARDCHANNELS command, implementation is done in same way. Test cases are not covered, can anyone give guidance on what all test cases should be covered for SPUBLISH Command.

Make sure that:

mp911de commented 3 months ago

Care to rebase your pull request, given the conflicting changes?

atakavci commented 3 months ago

hey @manish-manghwani ,

i got backgrounds of this while i was working on #2813 . do you mind if i take over this one ?

manish-manghwani commented 3 months ago

hey @manish-manghwani ,

i got backgrounds of this while i was working on #2813 . do you mind if i take over this one ?

hey @atakavci, sure please take over.

Do I need to close this PR?

atakavci commented 3 months ago

thanks, please do close this one. you can follow #2757 if you want to see the changes