diff --git a/README.md b/README.md index d4046b3..51ee4a0 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ though, please bear in mind that: * The Redis backend is not set to expire sessions yet. + * The `persistent` backend does not automatically create an + index for the auth ID. Thus, by default the + `deleteAllSessionsOfAuthId` operation will take linear time. + ## Background