IsClose return the value that represents the status of DB
()
| 1085 | |
| 1086 | // IsClose return the value that represents the status of DB |
| 1087 | func (db *DB) IsClose() bool { |
| 1088 | return db.statusMgr.isClosed() |
| 1089 | } |
| 1090 | |
| 1091 | // handleExpiredKeys processes a batch of expiration events in a single transaction. |
| 1092 | // This batch processing approach significantly reduces transaction overhead compared |