Skip to content

Memcached PECL compatible flags (0-4)

Choose a tag to compare

@benjamin-carl benjamin-carl released this 19 Jan 14:39
· 87 commits to master since this release

Changed flag behavior to provide compatibility with PECL Memcached extension. The library now suppports Flags 0 - 4

0 = String
1 = Integer
2 = Float
3 = Bool
4 = Serialized (Object // Array // Null)

More to come.