Opened 14 years ago
Closed 14 years ago
#17287 closed Bug (fixed)
incr() on LocMemCache changes timeout value
| Reported by: | Ivan Virabyan | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Cache system) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | patch.diff added |
|---|
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Yes,
LocMemCacheshould match the behavior of the memcached backend, which does not modify expiry time on an incr/decr operation. Patch looks good, tests pass.