< Home - < Back

libmemcached


Information about the package, libmemcached, which is shipped with common Linux distributions. The libmemcached package is designed for, Client library and command line tools for memcached server.


Package Name:

libmemcached

Summary:

Client library and command line tools for memcached server

Description:

libmemcached is a C client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, and provide full access to server side methods. It also implements several command line tools: memcat - Copy the value of a key to standard output. memflush - Flush the contents of your servers. memrm - Remove a key(s) from the server. memstat - Dump the stats of your servers to standard output. memslap - Generate testing loads on a memcached cluster. memcp - Copy files to memcached servers. memerror - Creates human readable messages from libmemcached error codes.

Architecture:

x86_64

Version:

0.31

Release:

1.1.el6

Size:

80 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for libmemcached


Control the libmemcached package with the following handy commands outlined below.


Command

Description of Command

yum install libmemcached

This command will install libmemcached on the server.

yum remove libmemcached

This command will un-install libmemcached on the server. When you run this command, you will be asked if you are sure that you want to remove libmemcached, so you have to manually confirm that you want to do this.

yum -y remove libmemcached

This command will un-install libmemcached on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libmemcached when using the -y flag.

yum update libmemcached

This command will update libmemcached to the latest version. When you run this command, you will be asked if you are sure that you want to remove libmemcached, so you have to manually confirm that you want to do this.

yum -y update libmemcached

This command will update libmemcached to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libmemcached when using the -y flag.

yum info libmemcached

This command will show you core information about the libmemcached package.

yum deplist libmemcached

This command will show you the dependencies for libmemcached. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libmemcached

This command will check if there is an update waiting on libmemcached. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.