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

gearman_worker_set_namespace - Gearmand Documentation, http://gearman.info/

Author

Description

       gearman_client_set_namespace()  and  gearman_worker_set_namespace()  set a "namespace" for a given set of
       functions. Only clients and workers sharing a namespace_key can see one anothers workloads and functions.

       By setting namespace_key to NULL you can disable the namespace.

Home

       To find out more information please check: http://gearman.info/

Name

       gearman_worker_set_namespace - Gearmand Documentation, http://gearman.info/

Return

       None

See Also

gearmand(8)libgearman(3)

Synopsis

       #include <libgearman/gearman.h>

       voidgearman_client_set_namespace(gearman_client_st*self,constchar*namespace_key,size_tnamespace_key_size)voidgearman_worker_set_namespace(gearman_worker_st*self,constchar*namespace_key,size_tnamespace_key_size)

       Compile and link with -lgearman

See Also