Anyone have experience with connecting to redis from fantom? Have not found any "native" client. Imaging that I could use the existing java clients like jedis.
SlimerDudeMon 23 Jun 2014
Hi Thenodon! Nope, never tried Redis. :\
Jedis looks like the one to try though, nice and simple. Means there shouldn't be any issues trying to mar up Java threads and Fantom Actors.
thenodon Mon 23 Jun 2014
Anyone have experience with connecting to redis from fantom? Have not found any "native" client. Imaging that I could use the existing java clients like jedis.
SlimerDude Mon 23 Jun 2014
Hi Thenodon! Nope, never tried Redis. :\
Jedis looks like the one to try though, nice and simple. Means there shouldn't be any issues trying to mar up Java threads and Fantom Actors.
thenodon Tue 24 Jun 2014
Thanks for the reply.