[
https://issues.apache.org/jira/browse/GEODE-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17121383#comment-17121383
]
ASF subversion and git services commented on GEODE-8205:
--------------------------------------------------------
Commit 2883e976c2dea72d92de1bd941f1ccd3fae45b9d in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2883e97 ]
GEODE-8205: feature flag unsupported Redis commands (#5185)
- In order to enable unsupported Redis commands, set the Java
system parameter `enable-unsupported-redis-commands=true`.
- The list of un/supported commands can be seen in `RedisCommandType`.
* Introduce RedisClusterStartupRule
Removes boiler plate code for starting a Redis server. By default starts
on an ephemeral port.
- Expose getRedisPort()
- Expose setEnableUnsupported()
Authored-by: Jens Deppe <[email protected]>
Co-authored-by: john Hutchison <[email protected]>
> Feature flag unsupported Redis commands
> ---------------------------------------
>
> Key: GEODE-8205
> URL: https://issues.apache.org/jira/browse/GEODE-8205
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Jens Deppe
> Priority: Major
>
> Hide unsupported Redis commands behind system property
> {{enable-unsupported-redis-commands}}.
> This will be removed once all commands are supported.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)