Home
last modified time | relevance | path

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

/dports/www/nginx-full/nchan-1.2.12/src/store/redis/
H A Drdsstore.c60 #define redis_sync_command(node, fmt, args...) \ macro
73 redis_sync_command(node, "EVALSHA %s " fmt, redis_lua_scripts.script_name.hash, ##args)
2517redis_sync_command(node, "EVALSHA %s 0 %b %i", redis_lua_scripts.add_fakesub.hash, STR(channel_id)… in nchan_store_redis_fakesub_add()