Description
Currently there's no way to switch caches – all requests go to 'default'.
Note that this is the switch needed only for a subset of Redis data structures (currently only STRINGs) – for SETs and HASHTABLEs caches will be specified as keys (see IGNITE-5241)
The solution to be implemented:
1. A user specifies the cache configuration (template) with predefined name ‘redis-ignite-internal-cache’
2. Then issues ‘SELECT n’, and uses ‘redis-ignite-internal-cache-n’.
Caches are configurable by providing a template.
Attachments
Issue Links
- links to