-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct and enhance collection slicing
Some slicing were not managed at all, retrieving the wrong number of data. It is now corrected, with also more cases where we try to limit the data returned by redis To be sure that the data is always correctly returned, in the tests we compare the result of slicing a collection to the same slicing of a normal python list. Same for indexing (both in `__getitem__`)
- Loading branch information
Showing
5 changed files
with
331 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.