Skip to content

Commit ba70c0a

Browse files
Removed unnecessary code for Redis
1 parent 959239b commit ba70c0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/session/redis.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ func (m *Manager) saveTransactionResultsRedis(session *Session, txResult types.T
112112
func (m *Manager) getTransactionResultsRedis(session *Session, limit int) ([]types.Transaction, error) {
113113
ctx := context.Background()
114114

115-
/* thread safety for the session */
116-
// session.Mutex.Lock()
117-
// defer session.Mutex.Unlock()
118-
119115
/* get the session ID */
120116
sessionID := session.ID
121117

0 commit comments

Comments
 (0)