[ https://issues.apache.org/jira/browse/GEODE-8090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105639#comment-17105639 ]
ASF subversion and git services commented on GEODE-8090: -------------------------------------------------------- Commit 904a08a6bf64d9ddca6c3f750ffab1e50d6dac14 in geode's branch refs/heads/develop from Darrel Schneider [ https://gitbox.apache.org/repos/asf?p=geode.git;h=904a08a ] GEODE-8090: implement function/delta for redis Hash ops (#5085) The hash ops that use function delta now are: HDEL DEL HSET HMSET HSETNX HGETALL > Implement function/delta for redis Hash operations used by Spring Session > ------------------------------------------------------------------------- > > Key: GEODE-8090 > URL: https://issues.apache.org/jira/browse/GEODE-8090 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Major > > Hash functions needed for Spring session: > * "HGETALL" > * "HMSET" > * "HSET" > * "DEL" (for hashes) > *A.C.* > * hash operations above are making use of functions with delta propagation > * Hash operations _not_ on the above list are minimally functional and > passing tests (performance not important) > * hash operations are passing all existing tests including any Dunit tests -- This message was sent by Atlassian Jira (v8.3.4#803005)