Skip to content

Commit

Permalink
Fix typo "backet" (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoaragao authored Feb 15, 2024
1 parent 228aaf0 commit 2db33ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Basket.API/Repositories/RedisBasketRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class RedisBasketRepository(ILogger<RedisBasketRepository> logger, IConne

// implementation:

// - /backet/{id} "string" per unique basket
// - /basket/{id} "string" per unique basket
private static RedisKey BasketKeyPrefix = "/basket/"u8.ToArray();
// note on UTF8 here: library limitation (to be fixed) - prefixes are more efficient as blobs

Expand Down

0 comments on commit 2db33ea

Please sign in to comment.