package
0.0.0-20250219111058-d239b7fba812
Repository: https://github.com/langgenius/dify-plugin-daemon.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Delete the value with key.
Get the value with key.
Get the value with key, fallback to getter if not found, and set the value to cache.
Set the value with key.
Close the redis client.
Decrease the key.
Del the key.
DelMapField delete the map field with key.
Exist check the key exist or not.
No description provided by the author
Get the value with key.
GetMap get the map with key.
GetMapField get the map field with key.
GetMapFieldString get the string.
GetString get the string with key.
Increase the key.
No description provided by the author
Lock key, expire time takes responsibility for expiration time try_lock_timeout takes responsibility for the timeout of trying to lock.
No description provided by the author
ScanKeys scan the keys with match pattern.
ScanKeysAsync scan the keys with match pattern, format like "key*".
ScanMap scan the map with match pattern, format like "key*".
ScanMapAsync scan the map with match pattern, format like "key*".
SetExpire set the expire time for the key.
SetMapField set the map field with key.
SetMapOneField set the map field with key.
SetNX set the key-value pair with expire time.
Store the key-value pair.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author