public
Rubygem
Description: Seattle.rb's memcache-client 1.5.0 with fixes
Clone URL: git://github.com/fiveruns/memcache-client.git
Search Repo:
Update readme to be a little more current
mperham (author)
Thu Jun 26 14:19:19 -0700 2008
commit  5ef97e787c1d2d6b2f8a37b39c33353db9a7d90c
tree    af7cff999807a4cd00fe9b7020dfe52d783d4ef8
parent  ade96c49eddff194ec79302c8f3670dbd99da52f
...
1
2
 
 
 
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
24
25
26
...
55
56
57
58
59
60
61
62
63
64
 
 
...
1
2
3
4
5
6
7
8
9
 
 
 
 
10
11
12
13
 
 
 
 
14
15
16
17
 
18
19
20
21
...
50
51
52
 
 
 
 
 
 
 
53
54
0
@@ -1,26 +1,21 @@
0
 = memcache-client
0
 
0
+This is the FiveRuns fork of seattle.rb's memcache-client 1.5.0. We've fixed several bugs
0
+which are in that version.
0
+
0
 Rubyforge Project:
0
 
0
 http://rubyforge.org/projects/seattlerb
0
 
0
-File bugs:
0
-
0
-http://rubyforge.org/tracker/?func=add&group_id=1513&atid=5921
0
-
0
 Documentation:
0
 
0
 http://seattlerb.org/memcache-client
0
 
0
-== About
0
-
0
-memcache-client is a client for Danga Interactive's memcached.
0
-
0
 == Installing memcache-client
0
 
0
 Just install the gem:
0
 
0
- $ sudo gem install memcache-client
0
+ $ sudo gem install fiveruns-memcache-client --source http://gems.github.com
0
 
0
 == Using memcache-client
0
 
0
@@ -55,10 +50,5 @@ the errors yourself. It has #get, #put and #delete module functions.
0
 === Improving Performance ===
0
 
0
 Performing the CRC-32 ITU-T step to determine which server to use for a given key
0
-is VERY slow in Ruby. You can get significant performance improvement by compiling
0
-the C extension:
0
-
0
- $ cd lib
0
- $ ruby extconf.rb
0
- $ make
0
-
0
+is VERY slow in Ruby. RubyGems should compile a native library for performing this
0
+operation when the gem is installed.

Comments

    No one has commented yet.