update doc

This commit is contained in:
holys 2014-08-16 09:43:37 +08:00
parent d6c60c60fe
commit 8eb9109e91
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Package ledis is a high performance embedded NoSQL. // Package ledis is a high performance embedded NoSQL.
// //
// Ledis supports various advanced data structure like kv, list, hash and zset like redis. // Ledis supports various data structure like kv, list, hash and zset like redis.
// //
// Other features include binlog replication, data with a limited time-to-live. // Other features include binlog replication, data with a limited time-to-live.
// //