Skip to content

DATAREDIS-1033 - Add Kotlin Flow based extensions #477

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 2 commits into from

Conversation

sdeleuze
Copy link
Contributor

It took some time, but here is my PR for Flow based extension for Redis.

Side note: I am not sure it is expected to have sendAndAwait instead of convertSendAndAwait here:

suspend fun <K : Any, V : Any> ReactiveRedisOperations<K, V>.sendAndAwait(destination: String, message: V): Long =
		convertAndSend(destination, message).awaitSingle()

@mp911de mp911de changed the title Add Kotlin Flow based extensions DATAREDIS-1033 - Add Kotlin Flow based extensions Sep 10, 2019
christophstrobl pushed a commit that referenced this pull request Sep 17, 2019
christophstrobl pushed a commit that referenced this pull request Sep 17, 2019
christophstrobl added a commit that referenced this pull request Sep 17, 2019
Add issue reference and fix type parameter in tests.

Original Pull Request: #477
@christophstrobl
Copy link
Member

thanks @sdeleuze merged to master

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