Memcached repcached

41 views
Skip to first unread message

pratibha sharma Jagnere

unread,
Apr 15, 2020, 4:03:23 AM4/15/20
to memcached
Hi,

has anyone used repcached package recently.
I am trying to setup but when I run the memcached service, I am getting segmentation fault.

Is there any other alternative?

dormando

unread,
Apr 15, 2020, 5:22:21 PM4/15/20
to memcached
Sorry, there's no support for repcached.
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to memcached+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/memcached/4f6bd405-fa9a-4e27-ba19-689dbe2b2040%40googlegroups.com.
>
>

Slawomir Pryczek

unread,
Apr 17, 2020, 5:30:09 AM4/17/20
to memcached
Hi Pratibha, if you need replication i have written memcached-like server which supports same operations, plus it has built-in replication and snapshots based on MVCC. Basically it works the same way but algorithms are different (main point is when there are large differences between TTLs of keys it'll use much less memory because it keeps expiration times in separated memory area and reclaim algorithm works totally differently). 

https://github.com/slawomir-pryczek/FlatDB/blob/master/REPLICATION.md
Currently connector for PHP is written, but should be easy to port it to other languages as it's very simple, based on persistent sockets (like 200 lines of code). Using it on production for like 4 years and trying to get some more users, so you can check it out :)

So that's not like memcached driver, just something if you need replicated K/V store which is compatible with memcached (compatible = supports same operations, not has same protocol)
Reply all
Reply to author
Forward
0 new messages