示例#1
0
// Server(服务器)
static uint32 watcher_BGREWRITEAOF()
{
	return watcher_query("BGREWRITEAOF");
}
示例#2
0
uint32 watcher_delete()
{
	return watcher_query("DELETE");
}
示例#3
0
uint32 watcher_update()
{
	return watcher_query("UPDATE");
}
示例#4
0
uint32 watcher_show()
{
	return watcher_query("SHOW");
}
示例#5
0
uint32 watcher_grant()
{
	return watcher_query("GRANT");
}
示例#6
0
static uint32 watcher_GETRANGE()
{
	return watcher_query("GETRANGE");
}
示例#7
0
static uint32 watcher_INCR()
{
	return watcher_query("INCR");
}
示例#8
0
static uint32 watcher_FLUSHDB()
{
	return watcher_query("FLUSHDB");
}
示例#9
0
static uint32 watcher_INFO()
{
	return watcher_query("INFO");
}
示例#10
0
static uint32 watcher_DEBUG()
{
	return watcher_query("DEBUG");
}
示例#11
0
static uint32 watcher_FLUSHALL()
{
	return watcher_query("FLUSHALL");
}
示例#12
0
static uint32 watcher_DBSIZE()
{
	return watcher_query("DBSIZE");
}
示例#13
0
static uint32 watcher_CONFIG()
{
	return watcher_query("CONFIG");
}
示例#14
0
static uint32 watcher_CLIENT()
{
	return watcher_query("CLIENT");
}
示例#15
0
static uint32 watcher_SYNC()
{
	return watcher_query("SYNC");
}
示例#16
0
static uint32 watcher_LASTSAVE()
{
	return watcher_query("LASTSAVE");
}
示例#17
0
static uint32 watcher_TIME()
{
	return watcher_query("TIME");
}
示例#18
0
static uint32 watcher_MONITOR()
{
	return watcher_query("MONITOR");
}
示例#19
0
static uint32 watcher_GETBIT()
{
	return watcher_query("GETBIT");
}
示例#20
0
static uint32 watcher_DECRBY()
{
	return watcher_query("DECRBY");
}
示例#21
0
uint32 watcher_drop()
{
	return watcher_query("DROP");
}
示例#22
0
static uint32 watcher_SAVE()
{
	return watcher_query("SAVE");
}
示例#23
0
uint32 watcher_alter()
{
	return watcher_query("ALTER");
}
示例#24
0
static uint32 watcher_SHUTDOWN()
{
	return watcher_query("SHUTDOWN");
}
示例#25
0
uint32 watcher_select()
{
	return watcher_query("SELECT");
}
示例#26
0
static uint32 watcher_SLAVEOF()
{
	return watcher_query("SLAVEOF");
}
示例#27
0
uint32 watcher_insert()
{
	return watcher_query("INSERT");
}
示例#28
0
static uint32 watcher_SLOWLOG()
{
	return watcher_query("SLOWLOG");
}
示例#29
0
uint32 watcher_create()
{
	return watcher_query("CREATE");
}
示例#30
0
static uint32 watcher_SELECT()
{
	return watcher_query("SELECT");
}