[GSoC 2018] Ignite Backend - Status

2018-06-05 Thread carlos muñoz
Hi all, Currently I am working on the Ignite backend, I am using my own fork [1]. This is what I have done so far: * Read mapping files. * Read configuration files (Ignite parameters). * Initialize Ignite DataStore through JDBC connection. * Implement some trivial methods (#close(), #flush(),

Re: Client Seelection for Redis

2018-06-05 Thread Talat Uyarer
Thank you Guys On Tue, Jun 5, 2018 at 1:19 PM, lewis john mcgibbney wrote: > +1 Lettuce is licensed under ALv2.0. > Lewis > > On Tue, Jun 5, 2018 at 11:45 AM, wrote: > > > > > dev Digest 5 Jun 2018 18:45:54 - Issue 1050 > > > > Topics (messages 10625 through 10625) > > > > Client

Re: Client Seelection for Redis

2018-06-05 Thread lewis john mcgibbney
+1 Lettuce is licensed under ALv2.0. Lewis On Tue, Jun 5, 2018 at 11:45 AM, wrote: > > dev Digest 5 Jun 2018 18:45:54 - Issue 1050 > > Topics (messages 10625 through 10625) > > Client Seelection for Redis > 10625 by: Talat Uyarer > > Administrivia: > >

Re: Client Seelection for Redis

2018-06-05 Thread Furkan KAMACI
Hi Talat, It seems that it is reasonable to use Lettuce as mentioned at Spring issue which also has a Apache 2.0 license. Kind Regards, Furkan KAMACI On Tue, Jun 5, 2018 at 9:45 PM Talat Uyarer wrote: > Hi Guys, > > I have question about client selection. Last weeks I worked on >

Client Seelection for Redis

2018-06-05 Thread Talat Uyarer
Hi Guys, I have question about client selection. Last weeks I worked on understanding Redis. How it works, data types and couple things. I read Redis's tutorials. Yesterday I created skeleton of gora-redis module. In official tutorial Redis explains 2 redis client. [3] There is 2 famous redis