< Home - < Back

libmemcached10


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


Package Name:

libmemcached10

Summary:

Client library and command line tools for memcached server

Description:

libmemcached is a C/C++ client library and tools for the memcached server (http://memcached.org/). 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: memcapable Checking a Memcached server capibilities and compatibility memcat Copy the value of a key to standard output memcp Copy data to a server memdump Dumping your server memerror Translate an error code to a string memexist Check for the existance of a key memflush Flush the contents of your servers memparse Parse an option string memping Test to see if a server is available. memrm Remove a key(s) from the server memslap Generate testing loads on a memcached cluster memstat Dump the stats of your servers to standard output memtouch Touches a key

Architecture:

x86_64

Version:

1.0.16

Release:

1.ius.el6

Size:

154 k

Repository:

ius

From Repository:

Licence:

BSD



Handy Yum Commands for libmemcached10


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


Command

Description of Command

yum install libmemcached10

This command will install libmemcached10 on the server.

yum remove libmemcached10

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

yum -y remove libmemcached10

This command will un-install libmemcached10 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 libmemcached10 when using the -y flag.

yum update libmemcached10

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

yum -y update libmemcached10

This command will update libmemcached10 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 libmemcached10 when using the -y flag.

yum info libmemcached10

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

yum deplist libmemcached10

This command will show you the dependencies for libmemcached10. 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 libmemcached10

This command will check if there is an update waiting on libmemcached10. 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.