[
https://issues.apache.org/jira/browse/IGNITE-5241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Shtykh updated IGNITE-5241:
---------------------------------
Description:
STRING commands use {{redis-ignite-internal-cache-n}}.
{{KEY_NAME}} in HASH commands (https://redis.io/commands#hash) can be
considered as a cache name, and HASH commands can work on
{{redis-ignite-internal-cache-KEY_NAME}} caches.
With this, server commands like _SELECT_, _FLUSHDB_, _DBSIZE_ will work only on
STRING caches (selected by _SELECT_ command). All HASH caches will be treated
by hash commands.
_FLASHALL_ will purge all Redis caches.
was:
STRING commands use {{redis-ignite-internal-cache-n}}.
{{KEY_NAME}} in HASH commands (https://redis.io/commands#hash) can be
considered as a cache name, and HASH commands can work on
{{redis-ignite-internal-cache-KEY_NAME}} caches.
With this, server commands like _SELECT_, _FLUSHDB_ will work only on STRING
caches.
_FLASHALL_ will purge all Redis caches.
> Redis hash table support
> ------------------------
>
> Key: IGNITE-5241
> URL: https://issues.apache.org/jira/browse/IGNITE-5241
> Project: Ignite
> Issue Type: New Feature
> Reporter: Roman Shtykh
> Assignee: Roman Shtykh
>
> STRING commands use {{redis-ignite-internal-cache-n}}.
> {{KEY_NAME}} in HASH commands (https://redis.io/commands#hash) can be
> considered as a cache name, and HASH commands can work on
> {{redis-ignite-internal-cache-KEY_NAME}} caches.
> With this, server commands like _SELECT_, _FLUSHDB_, _DBSIZE_ will work only
> on STRING caches (selected by _SELECT_ command). All HASH caches will be
> treated by hash commands.
> _FLASHALL_ will purge all Redis caches.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)