memcached icon indicating copy to clipboard operation
memcached copied to clipboard

Memcached protocol 'wrapper' for tarantool

Results 27 memcached issues
Sort by recently updated
recently updated
newest added

# Overview Several implementations of servers speaking the memcached protocol have backends that allow for inexpensive operations over ranges of keys. The purpose of this document is to standardize the...

feature
good first issue

VBuckets in memcached [explained](http://dustin.sallings.org/2010/06/29/memcached-vbuckets.html) Example - [libvbucket](https://github.com/couchbase/libvbucket) using Ketama algo

feature

Give an ability to select `vinyl` as engine for storing data.

good first issue

``` (gdb) bt #0 0x00007ffff6489cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 #1 0x00007ffff648d0d8 in __GI_abort () at abort.c:89 #2 0x00007ffff6482b86 in __assert_fail_base ( fmt=0x7ffff65d3830 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x6aae60 "((((GCobj *)(uintptr_t)((tv)->fr.func).gcptr32)))->gch.gct...

bug

Hello. OS: Centos 6.8 x86_64 with latest updates. I have 2 node Tarantool 1.7.1.117 with master-master replication for testing and plugin memcached 0.1.0. When I try at the same time...

bug

It should be possible to authenticate with Tarantool user/password in SASL/memcached

feature

Example: https://gist.githack.com/anonymous/fed0b49cd8a3544cd91f7cff543ff1b7/raw/391ceb49bafb0f3904416d363fa6da15ef473b2d/g.svg

performance

As a person running memcached in production, I want to be able to change passwords without restarting tarantool, which leads to downtime.

feature

Right now there's no mechanism for eviction, that is mandatory for caching services. Adding LRU is not an easy job since it depends on some kind of internal extensions for...

feature

Is pretty cryptic output for 'no value was passed': ``` proto_bin.c:135 E> problem while parsing package 'SET' with opaque 8126464 proto_bin.c:136 E> erroneous 'val' section memcached.c:115 E> Server error 20:...

enhancement
good first issue
code health