Skip to content

DATAREDIS-289 - Avoid NPE in append() in case of pipelining or/and multi/exec calls. #59

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

thomasdarimont
Copy link

Fix for NullPointerException in append() in case of pipelining or/and multi/exec calls.

Created separate issue branch.

Original pull request: #48.

Thomas Darimont and others added 2 commits March 26, 2014 13:37
…lti/exec calls.

We now return null if DefaultValueOperations#append() was applied to a non-existing list and thus returned null. Previously a NPE was thrown in case of pipelining or/and multi/exec calls.

Original pull request: #48.
@thomasdarimont
Copy link
Author

Merged into master via aa739f4.

Back-porting into 1.2.x.

@mp911de mp911de deleted the issue/DATAREDIS-289 branch February 10, 2016 10:15
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