mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 17:15:58 +08:00
docker-compose fix
This commit is contained in:
@@ -40,6 +40,10 @@ func init() {
|
||||
}
|
||||
n += len(keys)
|
||||
fmt.Printf("\n %s key found %d keys: %v, current cursor %d\n", key, n, keys, cursor)
|
||||
err = db.DB.RDB.Del(context.Background(), keys...).Err()
|
||||
if err != nil {
|
||||
panic(err.Error())
|
||||
}
|
||||
if cursor == 0 {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user