dice icon indicating copy to clipboard operation
dice copied to clipboard

Removing LRU command from documentation as the command doesn't exists…

Open gupta-srajan opened this issue 1 year ago • 1 comments

docs: remove incorrect reference to LRU command in Redis

The documentation incorrectly mentions an LRU command, which does not exist in the official Redis documentation or implementation as an exposed user command. This commit updates the documentation to remove the misleading reference.

This ensures alignment with the official Redis features and prevents confusion.

gupta-srajan avatar Oct 08 '24 07:10 gupta-srajan

@Srajan007 LRU is mentioned in commands.go , eval.go.. Do we need that also ?

kaustubhdeokar avatar Oct 08 '24 16:10 kaustubhdeokar

We do support an LRU command in DiceDB, please see here: https://github.com/DiceDB/dice/blob/766cf4e64032a9a9c36e705f92165b43163932f0/internal/eval/commands.go#L397-L403

JyotinderSingh avatar Oct 11 '24 16:10 JyotinderSingh