LemonLDAPNG / Apache-Session-Browseable

Apache::Session::Browseable Perl module
http://search.cpan.org/dist/Apache-Session-Browseable/
Other
3 stars 5 forks source link

Fix race condition in Redis module #36

Closed maxbes closed 1 year ago

maxbes commented 1 year ago

In gkfas, we first get the list of keys then iterate on them, but in the meantime, some keys may have been deleted by another process (user logs out, session purge...). We need to skip over keys that no longer have value to avoid a useless error message on those keys