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