Comment 2 for bug 1076048

Revision history for this message
Brian Aker (brianaker) wrote :

memcached_server_by_key() returns a memcached_server_instance_st(), not a memcached_server_st().

The structures were similar enough such that at some point in history you could use one for the other, but this was not supported.

If you are rewriting the code I would look at using memcached(). It is much more flexible.