Пример #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");
}