Relatedly, has anyone updated the old memcached egg?

Considering that MySQL 5.6 brought in a NoSQL memcached
API<http://dev.mysql.com/tech-resources/articles/whats-new-in-mysql-5.6.html#nosql>this
may prove to be of some use.

-Dan


On Wed, Jan 23, 2013 at 7:27 PM, richo <ri...@psych0tik.net> wrote:

> On 23/01/13 20:59 -0500, Andrei Barbu wrote:
>
>> Hi,
>>
>> I put up an egg that has high-performance redis bindings using
>> hiredis. It's much faster (>100x)  than the current egg and it doesn't
>> suffer from timeout issues. Provides a pretty bare-bones API.
>>
>> I've put up docs on the wiki:
>> https://wiki.call-cc.org/**eggref/4/redis<https://wiki.call-cc.org/eggref/4/redis>
>>
>> And the egg is available from:
>> https://github.com/abarbu/**redis-chicken<https://github.com/abarbu/redis-chicken>
>>
>> Could someone make this accessible via chicken-install? Thanks!
>>
>> I'd also appreciate if someone had a look at the
>> meta/release-info/setup files and let me know if I'm doing something
>> inappropriate.
>>
>>
> Awesome,
>
> I wrote a small library that's current backed onto either flat files or
> redis
> at the deployers option, I'll have a play with this in the evening!
>
> Cheers
>
> Richo
>
> --
> richo || Today's excuse:
>
> The monitor is plugged into the serial port
> http://blog.psych0tik.net
>
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to