Re: Enabling Redis protocol with Ignite

2016-03-23 Thread Dmitriy Setrakyan
How long will > it take to implement? > > As far as I remember TcpRestParser switches the correct mode on as soon as > it receives the first message over the connection. You can try adding > Redis mode to it. Is that what you ask for? > > > > > --Yakov > > 2016-03-23

Re: Enabling Redis protocol with Ignite

2016-03-23 Thread Roman Shtykh
arser switches the correct mode on as soon as it receives the first message over the connection.  You can try adding Redis mode to it. Is that what you ask for? --Yakov 2016-03-23 11:53 GMT+03:00 Roman Shtykh : > Igniters, > I was thinking on enabling Redis protocol with Ignite [1] so that

Re: Enabling Redis protocol with Ignite

2016-03-23 Thread Yakov Zhdanov
? --Yakov 2016-03-23 11:53 GMT+03:00 Roman Shtykh : > Igniters, > I was thinking on enabling Redis protocol with Ignite [1] so that any > Redis client can use Ignite transparently. > Currently I have two ideas. > 1. Implement it as a core functionality by adding GridRedisProtocol an

Enabling Redis protocol with Ignite

2016-03-23 Thread Roman Shtykh
Igniters, I was thinking on enabling Redis protocol with Ignite [1] so that any Redis client can use Ignite transparently. Currently I have two ideas. 1. Implement it as a core functionality by adding GridRedisProtocol and appropriate commands/handlers, similarly to how it is done with REST and