Memcached Integration Features
- Currently available:
- Text Protocol
- Binary Protocol
- Operations: get, set, delete, increment
- Ketama balancing
- Threshold Compression
- Encryption (symmetric algorithms)
- Advanced pooling
- TODO:
- Other commands (multiget, append, etc)
- Protobuffers serializer
Example of Configuration Options Available
- ConnectionOptions: Name = A; Server = 127.0.0.1; Port = 11211; Dns Timeout = 250; Connect Timeout = 250; Send Timeout = 250; Send Buffer Size = 8192; Receive Timeout = 250; Receive Buffer Size = 8192; Max Pool Size = 16; Pool Access Timeout = 100; Pool Wait Timeout = 250; Idle Timeout = 30000; Lease Timeout = 900000
- DistributedOptions: Client Access Timeout = 100; Idle Pool Size = 16; Idle Lease Time = 10000; Idle Access Timeout = 100
- ProtocolOptions: Buffer Size = 8192; No Reply = false; Pool Access Timeout = 100; Max Pool Size = 16