Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

Issue 497 #48

Closed quanvo87 closed 7 years ago

quanvo87 commented 7 years ago

Description

Add transactional list operations for Lists.

Motivation and Context

#497

How Has This Been Tested?

Added unit tests for all new operations and passing.

Found occasional test failures in old tests: TestListsPart3.swift -> test_blpopBrpopAndBrpoplpushEmptyLists TestMoreCommands.swift -> test_expiration TestTransactionsPart3.swift -> test_expiration

Checklist: