mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
updated freeswitch doc + revert changes in drv
This commit is contained in:
@@ -599,6 +599,12 @@ func (iDB *InternalDB) SetIndexesDrv(_ *context.Context, idxItmType, tntCtx stri
|
||||
true, utils.NonTransactional)
|
||||
continue
|
||||
}
|
||||
//to be the same as HMSET
|
||||
if transactionID != utils.EmptyString {
|
||||
if x, ok := iDB.db.Get(idxItmType, dbKey); ok && x != nil {
|
||||
indx = utils.JoinStringSet(indx, x.(utils.StringSet))
|
||||
}
|
||||
}
|
||||
iDB.db.Set(idxItmType, dbKey, indx, []string{tntCtx},
|
||||
true, utils.NonTransactional)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user