Skip to content

Commit

Permalink
Merge pull request #53 from rosensilva/master
Browse files Browse the repository at this point in the history
remove payload overriding with redis set status
  • Loading branch information
isudana authored Sep 24, 2024
2 parents 22dacf8 + 552a1de commit 7d19404
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"releases": [
{
"tagName": "v3.1.2",
"tagName": "v3.1.3",
"products": [
"MI 1.2.0",
"MI 4.x.x"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.wso2.carbon.connector</groupId>
<artifactId>org.wso2.carbon.connector.redis</artifactId>
<packaging>jar</packaging>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.4-SNAPSHOT</version>
<name>WSO2 Carbon - Mediation Library Connector For Redis</name>
<url>http://wso2.org</url>
<properties>
Expand Down
10 changes: 0 additions & 10 deletions src/main/resources/hashes/hSet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,5 @@
<property name="redisValue" expression="$func:redisValue"/>
<class name="org.wso2.carbon.connector.operations.HSet"/>
<property name="redisResponse" expression="$ctx:result"/>
<payloadFactory media-type="json">
<format>
{
"output":$1
}
</format>
<args>
<arg evaluator="xml" expression="$ctx:redisResponse"/>
</args>
</payloadFactory>
</sequence>
</template>

0 comments on commit 7d19404

Please sign in to comment.