Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBJECT IDLETIME command Supported? #449

Closed
vpatel-fintech opened this issue Jul 14, 2016 · 5 comments
Closed

OBJECT IDLETIME command Supported? #449

vpatel-fintech opened this issue Jul 14, 2016 · 5 comments

Comments

@vpatel-fintech
Copy link

Hi,

We want to fetch idle time of the key from Redis is there any way for that?

@orck-adrouin
Copy link

It looks like SE.Redis does not expose the OBJECT command. However you can create a small Lua script to achieve what you want.

@mgravell
Copy link
Collaborator

More generally, I need to set aside some time to do a "all new commands"
sweep.
On 14 Jul 2016 1:45 pm, "orck-adrouin" notifications@github.com wrote:

It looks like SE.Redis does not expose the OBJECT command. However you can
create a small Lua script to achieve what you want.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#449 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AABDsIx-cudPUynktjhQe2woOol1lIBiks5qVi9UgaJpZM4JMTqn
.

@NickCraver
Copy link
Collaborator

Tagging for #528.

@mgravell
Copy link
Collaborator

mgravell commented Jul 6, 2018

This is now implemented in 2.0, thanks; I've put it with the Key* methods - IMO it makes more sense next to KeyTimeToLive etc

@mgravell mgravell closed this as completed Jul 6, 2018
@mgravell
Copy link
Collaborator

mgravell commented Jul 6, 2018

note: as a 1.* workaround: Execute can invoke anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants