Skip to content

DATAREDIS-693 - Add support for UNLINK. #294

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

Closed
wants to merge 4 commits into from

Conversation

christophstrobl
Copy link
Member

We now support UNLINK for both Jedis & Lettuce throughout the single node and cluster connection. Reactive support is only available for Lettuce.

We now support UNLINK for both Jedis & Lettuce throughout the single node and cluster connection. Reactive support is only available for Lettuce.
@mp911de mp911de force-pushed the issue/DATAREDIS-693 branch from 6082ac1 to 6319433 Compare November 20, 2017 10:18
Add Template methods for unlink(…). Align unlink with del/mMel methods on reactive API using concatMap to retain order and provide batching/streaming. Reword Javadoc. Extend tests.
@mp911de mp911de force-pushed the issue/DATAREDIS-693 branch from 6319433 to 544beb4 Compare November 20, 2017 10:33
mp911de pushed a commit that referenced this pull request Nov 20, 2017
We now support UNLINK for both Jedis & Lettuce throughout the single node and cluster connection. Reactive support is only available for Lettuce.

Original pull request: #294.
mp911de added a commit that referenced this pull request Nov 20, 2017
Add Template methods for unlink(…). Align unlink with del/mMel methods on reactive API using concatMap to retain order and provide batching/streaming. Reword Javadoc. Extend tests.

Replace blocking calls with StepVerifier in LettuceReactiveKeyCommandsTests.

Original pull request: #294.
@mp911de
Copy link
Member

mp911de commented Nov 20, 2017

That's merged and polished now.

@mp911de mp911de closed this Nov 20, 2017
@mp911de mp911de deleted the issue/DATAREDIS-693 branch November 20, 2017 12:36
mp911de added a commit that referenced this pull request Nov 20, 2017
Add Template methods for unlink(…). Align unlink with del/mDel methods on reactive API using concatMap to retain order and provide batching/streaming. Reword Javadoc. Extend tests.

Replace blocking calls with StepVerifier in LettuceReactiveKeyCommandsTests.

Original pull request: #294.
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