As of Redis version 2.6.12, this command is regarded as deprecated.
It can be replaced by SET with the PX argument when migrating or writing new code.
PSETEX key milliseconds value
@write,
@string,
@slow,
PSETEX works exactly like SETEX with the sole difference that the expire
time is specified in milliseconds instead of seconds.
| Redis Enterprise |
Redis Cloud |
Notes |
|---|---|---|
| ✅ Standard ✅ Active-Active |
✅ Standard ✅ Active-Active |
OK.