(feat-req) Storage keys function #3

Open
opened 2026-02-15 21:15:14 -05:00 by yindo · 0 comments
Owner

Originally created by @fujita-h on GitHub (Jan 15, 2025).

Feature Request

I would like a function that returns the current storage keys in a list, like Redis.

# Return all keys in a list
self.session.storage.keys()

# Return keys starting with "foo" in a list
self.session.storage.keys("foo*")
Originally created by @fujita-h on GitHub (Jan 15, 2025). ## Feature Request I would like a function that returns the current storage keys in a list, like Redis. ```python # Return all keys in a list self.session.storage.keys() # Return keys starting with "foo" in a list self.session.storage.keys("foo*") ```
yindo added the enhancement label 2026-02-15 21:15:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#3