Hi,

Ignite stores keys in binary format, and for now the only way is to use
ScanQuery with filter (to filter out entries) and transformer (to return
keys instead of whole entries).

It will look smth like:
cache.query(new ScanQuery(filterPredicate), transformerClosure)

Is is what you are looking for or you expect some other behavior?

On Tue, Mar 27, 2018 at 5:04 PM, joseheitor <[email protected]> wrote:

> Hi,
>
> Is there any intention of implementing support for the Redis KEYS command
> in
> the near future?
>
> Jose
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>



-- 
Best regards,
Andrey V. Mashenkov

Reply via email to