dataspace change hook functions backported to 2.4. They are just wrappers at this point but this makes simpler to cherry-pick between branches.

This commit is contained in:
antirez
2011-07-12 09:56:41 +02:00
parent 91654a40e7
commit 19453556d4
7 changed files with 63 additions and 44 deletions

View File

@ -917,6 +917,8 @@ robj *dbRandomKey(redisDb *db);
int dbDelete(redisDb *db, robj *key);
long long emptyDb();
int selectDb(redisClient *c, int id);
void signalModifiedKey(redisDb *db, robj *key);
void signalFlushedDb(int dbid);
/* Git SHA1 */
char *redisGitSHA1(void);