https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6942

--- Comment #40 from AXB <[email protected]> ---
(In reply to Mark Martinec from comment #39)
> Created attachment 5151 [details]
> the BayesStore/Redis.pm implementing the new data repr. using Lua (updated)
> 
> New attachment: just fixed some expiration details; let Lua automatically do
> deletes if counter decrements to 0.
> 
> 
> 
> > > is this a SA machine thing or on Redis server only?
> >
> > The server's version matters.
> >
> > Not sure about the version of the CPAN Redis module.
> > The 1.952 (2012-09-04) claims "Support Redis 2.6",
> > the 1.900_01 (2011-01-30) claims: "full support for Redis 2.x
> > multi-bulk protocol".
> 
> Just some clarification: the Redis CPAN module is pure perl code, it
> has no XS code sections linked with a redis C library. In that sense
> it is independent from a redis server. The redis C libray (hiredis)
> need not be installed on the client side.

 redis-cli info
# Server
redis_version:2.6.13
redis_git_sha1:00000000
redis_git_dirty:0
redis_mode:standalone
os:Linux 2.6.32-358.6.2.el6.x86_64 x86_64
arch_bits:64
multiplexing_api:epoll
gcc_version:4.4.7
process_id:12321
run_id:39e86cf4195956dcc9e59339e962cfe28e3d2820
tcp_port:6379
uptime_in_seconds:1240974
uptime_in_days:14
hz:10
lru_clock:838949

# Clients
connected_clients:30
client_longest_output_list:0
client_biggest_input_buf:0
blocked_clients:0


# Memory
used_memory:3633947888
used_memory_human:3.38G
used_memory_rss:3709067264
used_memory_peak:3634290232
used_memory_peak_human:3.38G
used_memory_lua:31744
mem_fragmentation_ratio:1.02
mem_allocator:jemalloc-3.2.0

.........

CPAN Redis.pm is 1.961

If this update is just about replacing the /BayesStore/Redis.pm I'll proceed
with the update
Can confirm the drop in update?
Thanks for all the work put into this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to