[
https://issues.apache.org/jira/browse/GEODE-8093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104446#comment-17104446
]
ASF subversion and git services commented on GEODE-8093:
--------------------------------------------------------
Commit a0226d6e168477c4dc3f5db0d567a15b06fa0996 in geode's branch
refs/heads/develop from Murtuza Boxwala
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a0226d6 ]
GEODE-8093: Declare parameter requirements for HSET and HSETNX (#5083)
> redis HSETNX should not allows for multiple field/value pairs
> -------------------------------------------------------------
>
> Key: GEODE-8093
> URL: https://issues.apache.org/jira/browse/GEODE-8093
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Darrel Schneider
> Priority: Major
> Labels: easy-fix
> Fix For: 1.14.0
>
>
> HSETNX should only support a single field/value pair. But it inherits its
> implementation from HSET which supports multiple field/value pairs.
> So in order to be compatible with native redis HSETNX should only support a
> single field/value pair.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)