Jedis support TOUCH Command
See original GitHub issueExpected behavior
Jedis support TOUCH Command .
Actual behavior
I couldn’t find touch
at Jedis class .
Jedis version: 2.9
Issue Analytics
- State:
- Created 7 years ago
- Comments:8
Top Results From Across the Web
Jedis support TOUCH Command · Issue #1412 - GitHub
Expected behavior Jedis support TOUCH Command . Actual behavior I couldn't find touch at Jedis class . Jedis version: 2.9.
Read more >Jedis (Jedis 3.0.1 API) - Javadoc.io
This command works exactly like SUNION but instead of being returned the resulting set is stored as dstkey. Long · touch(String... keys). Alters...
Read more >JedisClusterConnection (Spring Data Redis 3.0.0 API)
Create new JedisClusterConnection utilizing native connections via JedisCluster running commands across the cluster via given ClusterCommandExecutor .
Read more >TOUCH - Redis
Alters the last access time of a key(s). A key is ignored if it does not exist. Return. Integer reply: The number of...
Read more >Introducing Code to reduce Code - paluch.biz
In Spring Data Redis, we support multiple Redis clients – Jedis and Lettuce. Commands can be invoked either directly, in a transaction, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@marcosnils I will try to implement this command 😃
PR #1579