Hi, As I understand, you need this command in SQL query, right? AFAIK, there is no plans to add Redis dialect support.
If you need a way to achieve same results via SQL query (JDBC\ODBC for example), you can try to use custom SQL functions [1]. [1] https://apacheignite-sql.readme.io/docs/custom-sql-functions On Tue, Mar 27, 2018 at 8:26 PM, joseheitor <[email protected]> wrote: > Thanks for the suggestion Andrey. > > We are wishing to keep our code-base compatible with Redis, so not > Ignite-specific code. > > But we do need support for the Redis KEYS command... > > Jose > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Best regards, Andrey V. Mashenkov
