Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 openLDAP 存储用户。我应该在哪里保留用户会话详细信息,因为我们需要跟踪会话的少量用户详细信息。存储用户会话的理想位置是什么?
谢谢...
尽管这个问题离题了,但我还是会使用 redis,因为它既快速又简单。您只需要一个键值存储来保存会话信息,而不是一个完全成长的目录服务器。LDAP 在从中获取信息方面可能很快,但您需要先将信息放入并定期更新这些信息,这不是 LDAP 的设计目的。