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 Seelection for Redis
> > 10625 by: Talat Uyarer
> >
> > Administrivia:
> >
> > -
> > To post to the list, e-mail: dev@gora.apache.org
> > To unsubscribe, e-mail: dev-digest-unsubscr...@gora.apache.org
> > For additional commands, e-mail: dev-digest-h...@gora.apache.org
> >
> > --
> >
> >
> >
> > -- Forwarded message --
> > From: Talat Uyarer 
> > To: dev 
> > Cc:
> > Bcc:
> > Date: Tue, 5 Jun 2018 11:45:40 -0700
> > Subject: Client Seelection for Redis
> > 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 client,
> Lettuce
> > and Jedis[2]. I decided go with lettuce[1] library as Redis client. I
> just
> > want to get your thought about it. Do you have any experience these two
> or
> > other redis clients ?
> >
> > I searched some comparison. I figured out Spring uses lettuce than jedis
> > [4]
> >
> > [1] https://lettuce.io/
> > [2] https://github.com/xetorthio/jedis
> > [3] https://redislabs.com/lp/redis-java/
> > [4] https://github.com/spring-projects/spring-session/issues/789
> >
> > --
> > Talat UYARER
> > Websitesi: http://talat.uyarer.com
> > Twitter: http://twitter.com/talatuyarer
> > Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304
> >
> >
>
>
> --
> http://home.apache.org/~lewismc/
> http://people.apache.org/keys/committer/lewismc
>



-- 
Talat UYARER
Websitesi: http://talat.uyarer.com
Twitter: http://twitter.com/talatuyarer
Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304


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:
>
> -
> To post to the list, e-mail: dev@gora.apache.org
> To unsubscribe, e-mail: dev-digest-unsubscr...@gora.apache.org
> For additional commands, e-mail: dev-digest-h...@gora.apache.org
>
> --
>
>
>
> -- Forwarded message --
> From: Talat Uyarer 
> To: dev 
> Cc:
> Bcc:
> Date: Tue, 5 Jun 2018 11:45:40 -0700
> Subject: Client Seelection for Redis
> 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 client, Lettuce
> and Jedis[2]. I decided go with lettuce[1] library as Redis client. I just
> want to get your thought about it. Do you have any experience these two or
> other redis clients ?
>
> I searched some comparison. I figured out Spring uses lettuce than jedis
> [4]
>
> [1] https://lettuce.io/
> [2] https://github.com/xetorthio/jedis
> [3] https://redislabs.com/lp/redis-java/
> [4] https://github.com/spring-projects/spring-session/issues/789
>
> --
> Talat UYARER
> Websitesi: http://talat.uyarer.com
> Twitter: http://twitter.com/talatuyarer
> Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304
>
>


-- 
http://home.apache.org/~lewismc/
http://people.apache.org/keys/committer/lewismc


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
> 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 client, Lettuce
> and Jedis[2]. I decided go with lettuce[1] library as Redis client. I just
> want to get your thought about it. Do you have any experience these two or
> other redis clients ?
>
> I searched some comparison. I figured out Spring uses lettuce than jedis
> [4]
>
> [1] https://lettuce.io/
> [2] https://github.com/xetorthio/jedis
> [3] https://redislabs.com/lp/redis-java/
> [4] https://github.com/spring-projects/spring-session/issues/789
>
> --
> Talat UYARER
> Websitesi: http://talat.uyarer.com
> Twitter: http://twitter.com/talatuyarer
> Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304
>


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 client, Lettuce
and Jedis[2]. I decided go with lettuce[1] library as Redis client. I just
want to get your thought about it. Do you have any experience these two or
other redis clients ?

I searched some comparison. I figured out Spring uses lettuce than jedis
[4]

[1] https://lettuce.io/
[2] https://github.com/xetorthio/jedis
[3] https://redislabs.com/lp/redis-java/
[4] https://github.com/spring-projects/spring-session/issues/789

-- 
Talat UYARER
Websitesi: http://talat.uyarer.com
Twitter: http://twitter.com/talatuyarer
Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304