# File lib/memcache.rb, line 305
  def delete(key)
    key = key.to_s
    backup.delete(key) if backup
    server(key).delete(key)
  end