Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem of code in README #3060

Closed
yeoleobun opened this issue Dec 1, 2024 · 1 comment
Closed

Problem of code in README #3060

yeoleobun opened this issue Dec 1, 2024 · 1 comment
Assignees
Labels
type: documentation A documentation update

Comments

@yeoleobun
Copy link

Field name of RedisTemplate is template at

private RedisTemplate<String, String> template;

but the addLink method use it as redisTemplate

redisTemplate.boundListOps(userId).leftPush(url.toExternalForm());

I think it's a mistake.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 1, 2024
@mp911de mp911de added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 2, 2024
@mp911de mp911de self-assigned this Dec 2, 2024
@mp911de mp911de added this to the 3.3.7 (2024.0.7) milestone Dec 2, 2024
@mp911de mp911de closed this as completed in d338f20 Dec 2, 2024
mp911de added a commit that referenced this issue Dec 2, 2024
mp911de added a commit that referenced this issue Dec 2, 2024
@mp911de
Copy link
Member

mp911de commented Dec 2, 2024

Good catch, that's fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

3 participants