X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=BUGS.md;h=cb6f687407827b935fdf93dac8f07d23205e2abc;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=796ba388f028a96640b148e978c2770eeb631988;hpb=e4dc06e9f89a6aa678e2973898ae75faa80bc0c2;p=awesomized%2Flibmemcached diff --git a/BUGS.md b/BUGS.md index 796ba388..cb6f6874 100644 --- a/BUGS.md +++ b/BUGS.md @@ -39,3 +39,20 @@ specify whether `MGET`s/`GET`s should read from a random server with delete the key from all replicas. The binary protocol is required and any other command is unaffected. + +### TLS/SSL + +libmemcached does not support TLS/SSL, yet. +See [github issue #37](https://github.com/awesomized/libmemcached/issues/37). + + +### Coroutines and event loops + +libmemcached does not support explicit asynchronous usage, yet. +See [github issue #54](https://github.com/awesomized/libmemcached/issues/54). + + +### META protocol + +libmemcached deos not support memcached's META protocol, yet. +See [github issue #121](https://github.com/awesomized/libmemcached/issues/121).