C Call Redis buffering

Source: Internet
Author: User
Tags server memory

Download the Redis file for compilation

wget Https://github.com/redis/hiredis/archive/master.zip

Unzip it, and compile

Unzip-x Master.zip

Make && make install

Load for a simple test: redis-server load redis.conf config file found C program execution command for get Foo;; The REDID-CLI connection can be entered in the keys *; The Set Foo 12 Discovery program runs after the data is removed for foo-> 12 instructions to run correctly;
Testredis.c#include <stdio.h> #include <stdlib.h> #include 

    

  

Makefile file compilation; TESTREDIS:TESTREDIS.C gcc-g-wall-o Testredis Testredis.c-lhiredis

Make &&./testredis

View results;

C Call Redis buffering

Related Article

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.