mirror of https://github.com/redis/redis.git
				
				
				
			renamed RedisModule_ReplyWithNull to RM_ReplyWithNull to fix compilation
This commit is contained in:
		
							parent
							
								
									2967c00c2c
								
							
						
					
					
						commit
						ae5cb3f7d5
					
				| 
						 | 
				
			
			@ -465,7 +465,7 @@ int RM_ReplyWithString(RedisModuleCtx *ctx, RedisModuleString *str) {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
/* Reply with NULL. */
 | 
			
		||||
int RedisModule_ReplyWithNull(RedisModuleCtx *ctx) {
 | 
			
		||||
int RM_ReplyWithNull(RedisModuleCtx *ctx) {
 | 
			
		||||
    addReply(ctx->client,shared.nullbulk);
 | 
			
		||||
    return REDISMODULE_OK;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue