newszine

Redis LLEN – How to get a length of the list in redis datastore

5 years ago Lalit Bhagtani 0
In this tutorial, we will learn about how to get the length of a list value stored at the key. For this, we will use Redis LLEN command. LLEN Command This command returns the length ( number of elements ) of a list value stored at the key. If a key doesn’t exist in redis datastore, it Read More