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