index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Memcached_DataObject.php
Age
Commit message (
Expand
)
Author
2009-01-22
Was accidentally not saving cached items (doh!)
Evan Prodromou
2009-01-22
Fixed bug in caching of queries
Evan Prodromou
2009-01-22
Return $inst, not $cls, if no cache in Memcached_DataObject
Evan Prodromou
2009-01-22
Add a method the memcached_object that lets it cache query results
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-12-10
always return a variable by reference
Evan Prodromou
2008-11-23
sphinx: fallback if no connection
millette
2008-11-20
sphinx search for notices
millette
2008-10-02
add methods to Memcached_DataObject for caching compound keys
Evan Prodromou
2008-09-30
don't encache on insert; misses timestamps
Evan Prodromou
2008-09-27
slightly better check on $orig in update()
Evan Prodromou
2008-09-26
move memcache connections to util.php
Evan Prodromou
2008-09-26
handle multiple memcached servers
Evan Prodromou
2008-09-26
wasn't returning results of update
Evan Prodromou
2008-09-26
another false-for-error
Evan Prodromou
2008-09-26
Memcache returns false on cache miss
Evan Prodromou
2008-09-26
don't record null key values
Evan Prodromou
2008-09-26
hack to make keys work
Evan Prodromou
2008-09-26
handle one-argument calls to staticGet
Evan Prodromou
2008-09-26
better deletes and key names
Evan Prodromou
2008-09-26
try to make some static/non-static stuff work right
Evan Prodromou
2008-09-26
better handling of staticGet
Evan Prodromou
2008-09-26
path correct in require_once for memcached
Evan Prodromou
2008-09-26
rename cached object file
Evan Prodromou