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
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
?
--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
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