Redis's graphical interface management tool: Phpredisadmin

Source: Internet
Author: User

Most people know that Redis is a software used on a cache server, similar to Memcache, can store a huge amount of data, used in large-volume Web sites, chat records storage, etc., but unlike memcache:

1, cache data can be persisted, there is no cache time limit

2. Support More data types: String, list, set, sorted set, hash (reference: http://www.cnblogs.com/xhan/archive/2011/02/02/1948891.html)

3, similar to Memcache, the data will be in memory, so faster, but Redis has a mechanism, smart, will periodically put the data (new, modified) to disk

4. Provide multiple data warehouses (0-15)

5, support in the server-side calculation of the collection and, intersection and complement set, but also support a variety of sorting functions. So Redis can also be viewed as a data structure server.

Redis also provides a graphical interface management tool Phpredisadmin, similar to the phpMyAdmin page management tool provided by MySQL, which is a tool based on PHP code. Phpredisadmin mainly provides maintenance of key values, additions and deletions, import and export of libraries, and view info information. (Memcache has a dedicated monitoring interface, which will be mentioned later in the blog)

  1. Redis 127.0.0.1:6379[15]> Info

Phpredisadmin:https://github.com/erikdubbelboer/phpredisadmin

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.