X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=BUGS.md;h=cb6f687407827b935fdf93dac8f07d23205e2abc;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=d84e4b654811cb50b55df2cd6871b5712c87d903;hpb=b171da289097d25104fa31ecfcb06f6a3a22db74;p=awesomized%2Flibmemcached diff --git a/BUGS.md b/BUGS.md index d84e4b65..cb6f6874 100644 --- a/BUGS.md +++ b/BUGS.md @@ -11,7 +11,7 @@ Hashkit's MurMur/MurMur3 are limited to the lower 32 bits. ### crc32 -Commit "[More Hashing methods](https://github.com/m6w6/libmemcached/commits/1207354f)" +Commit "[More Hashing methods](https://github.com/awesomized/libmemcached/commits/1207354f)" from October 2007 first released in v0.8, which main intention seems to have been to add FNV1 hash algos, changed the result of the crc32 hash to only its upper 16 bits sans MSB, without any additional comment. @@ -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).