Skip to content

Redis actions for SMEMBERS and SINTER#1584

Open
aszyrej wants to merge 9 commits into
masterfrom
redis-set-actions
Open

Redis actions for SMEMBERS and SINTER#1584
aszyrej wants to merge 9 commits into
masterfrom
redis-set-actions

Conversation

@aszyrej

@aszyrej aszyrej commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

New actions for set-type commands.
New e2e tests for APIs with no endpoints for saving data.

@aszyrej aszyrej requested a review from jgaleotti June 15, 2026 14:59
@jgaleotti jgaleotti requested a review from arcuri82 June 24, 2026 18:52
val success = (dtoIndex until dtoIndex + count).all {
results.executionResults[it]
}
if (!success) println("FAILED insertion $actionIndex: ${action.getName()}")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

do not use println. rather use a logger. might also want to consider if should also add a assert(false) here, eg, crash in tests but not in production if it happens

*/
open fun getTargetKey(): String? = null

open fun insertionsCount(): Int = 1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

add JavaDoc explaining what this method is for

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.

3 participants