hedis icon indicating copy to clipboard operation
hedis copied to clipboard

Set command does not support all options

Open c00w opened this issue 12 years ago • 3 comments

As of 2.6.12 there are a lot more options for SET.

http://redis.io/commands/set

I'm not sure how the best way to do this would be. I'm just going to hardcode a method in my project that does what I want.

c00w avatar Apr 08 '13 21:04 c00w

#52 fixes this

qrilka avatar Mar 14 '16 05:03 qrilka

Are there updates to this in plans? There is a set of options which are still unsupported

stevladimir avatar Jan 12 '22 07:01 stevladimir

@stevladimir PRs are very much welcome on this one, happy to answer any questions

k-bx avatar Jan 12 '22 07:01 k-bx

Hello, we added a support for all set options in a57b9e35. I hope it would work for you.

Currently the options are not totally safe as it's possible to construct values that would not be accepted by Redis. It's likely that we can change the interface before the release as it have to be breaking anyway.

Feel free to reopen ticket in case if it does not.

qnikst avatar Jun 04 '23 18:06 qnikst