Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set
Method
set
lib_acl_cpp/src/session/redis_session.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
bool redis_session::set(const char* name, const char* value)
32
{
33
return set(name, value, strlen(value));
34
}
35
36
bool redis_session::set(const char* name, const void* value, size_t len)
37
{
Callers
nothing calls this directly
Calls
6
set
Function · 0.85
hset
Method · 0.80
get_sid
Function · 0.50
get_ttl
Function · 0.50
set_timeout
Function · 0.50
clear
Method · 0.45
Tested by
no test coverage detected