logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

memcached_verbosity - libmemcached Documentation

Description

memcached_verbosity() modifies the "verbosity" of the memcached(1) servers referenced in the memcached_st parameter.

Name

memcached_verbosity - libmemcached Documentation

Return Value

A value of type memcached_return_t is returned. On success that value will be MEMCACHED_SUCCESS. Use memcached_strerror() to translate this value to a printable string.

See Also

memcached(1)libmemcached(3)memcached_strerror(3) 1.1 Mar 31, 2024 MEMCACHED_VERBOSITY(3)

Synopsis

#include<libmemcached/memcached.h> Compile and link with -lmemcached memcached_return_tmemcached_verbosity(memcached_st*ptr,uint32_tverbosity)Parametersptr -- pointer to initialized memcached_st struct • verbosity -- level of verbosity Returnsmemcached_return_t indicating success

See Also