Skip to content

Conversation

@anshlykov
Copy link
Contributor

  • You have read the Spring Data contribution guidelines.
  • There is a ticket in the bug tracker for the project in our JIRA.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

This PR adds support for the ZLEXCOUNT command.

@anshlykov anshlykov marked this pull request as draft October 13, 2020 13:15
@mp911de
Copy link
Member

mp911de commented Oct 13, 2020

We can include this PR for tomorrow's release if we can get it into a merge-able state within the next hour or so.

…29-ZLEXCOUNT

# Conflicts:
#	src/main/java/org/springframework/data/redis/connection/RedisZSetCommands.java
#	src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java
#	src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java
#	src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java
@anshlykov anshlykov marked this pull request as ready for review October 13, 2020 21:38
@mp911de
Copy link
Member

mp911de commented Oct 14, 2020

Thanks a lot, going to take this PR from here.

mp911de pushed a commit that referenced this pull request Oct 14, 2020
mp911de added a commit that referenced this pull request Oct 14, 2020
Reorder methods so lexCount(…) comes after count(…). Tweak Javadoc wording. Simplify tests.

Original pull request: #569.
@mp911de
Copy link
Member

mp911de commented Oct 14, 2020

Thank you for your contribution and for considering adding Template API methods that makes a pretty decent pull request. That's merged and polished now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants