tokio-rs / mini-redis

Incomplete Redis client and server implementation using Tokio - for learning purposes only
MIT License
3.94k stars 464 forks source link

fix typo #64

Closed happysalada closed 4 years ago

happysalada commented 4 years ago

It looks like the scan method doesn't exist. The check is done by the check method. Perhaps scan was meant as a metaphor for the check method? Let me know if I misunderstood anything.