In my setup, the info
command shows me the following:
[keys] => 1128
[expires] => 1125
I'd like to find those 3 keys without an expiration date. I've already checked the docs to no avail. Any ideas?
In my setup, the info
command shows me the following:
[keys] => 1128
[expires] => 1125
I'd like to find those 3 keys without an expiration date. I've already checked the docs to no avail. Any ideas?
In case somebody is getting bad arguments or wrong number of arguments error, put double quotes around $LINE.
So,it would be
This happens when there are spaces in the key.
Modified from a site that I can't find now.
edit: Note, this is a blocking call.