Home
last modified time | relevance | path

Searched refs:command_cb (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-glib.c34 command_cb(redisAsyncContext *ac, in command_cb() function
67 redisAsyncCommand(ac, command_cb, NULL, "SET key 1234"); in main()
68 redisAsyncCommand(ac, command_cb, NULL, "GET key"); in main()