Searched refs:selectDb (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 379 int selectDb(client *c, int id) { in selectDb() function 517 if (selectDb(c,id) == C_ERR) { in selectCommand() 936 selectDb(c,dbid) == C_ERR) in moveCommand() 942 selectDb(c,srcid); /* Back to the source DB */ in moveCommand()
|
| H A D | module.c | 1500 int retval = selectDb(ctx->client,newid); in RM_SelectDb() 3868 selectDb(ctx->client,bc->dbid); in RM_GetThreadSafeContext() 3989 selectDb(ctx.client, dbid); in moduleNotifyKeyspaceEvent() 4052 selectDb(ctx.client, 0); in moduleCallClusterReceivers() 4325 selectDb(ctx.client, timer->dbid); in moduleTimerHandler()
|
| H A D | aof.c | 655 selectDb(c,0); in createFakeClient()
|
| H A D | replication.c | 1091 if (dbid != -1) selectDb(server.master,dbid); in replicationCreateMasterClient()
|
| H A D | networking.c | 107 selectDb(c,0); in createClient()
|
| H A D | server.h | 1847 int selectDb(client *c, int id);
|
| H A D | scripting.c | 1349 selectDb(server.lua_client,c->db->id); in evalGenericCommand()
|
| H A D | server.c | 3917 selectDb(server.cached_master,rsi.repl_stream_db); in loadDataFromDisk()
|