Skip to content

Instantly share code, notes, and snippets.

@filipecosta90
Created March 31, 2019 15:18
Show Gist options
  • Save filipecosta90/4a596d26fe05afff9e48be87fc8a123c to your computer and use it in GitHub Desktop.
Save filipecosta90/4a596d26fe05afff9e48be87fc8a123c to your computer and use it in GitHub Desktop.
list_extend.c -- step 1
/*************************************************************************
*
* Redis 5.X under the hood: 3 - Writing a Redis Module
* ____________________________________________________
*
* [2019] @fcosta_oliveira
*
*/
#include "redismodule.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment