| 731 | } |
| 732 | |
| 733 | long long dbTotalServerKeyCount() { |
| 734 | long long total = 0; |
| 735 | int j; |
| 736 | for (j = 0; j < cserver.dbnum; j++) { |
| 737 | total += g_pserver->db[j]->size(); |
| 738 | } |
| 739 | return total; |
| 740 | } |
| 741 | |
| 742 | /*----------------------------------------------------------------------------- |
| 743 | * Hooks for key space changes. |
no test coverage detected